(eval-last-sexp): Use prin1 instead of print.
authorGerd Moellmann <gerd@gnu.org>
Tue, 14 Sep 1999 20:12:00 +0000 (20:12 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 14 Sep 1999 20:12:00 +0000 (20:12 +0000)
lisp/emacs-lisp/lisp-mode.el

index b4b9f0b..2f09c35 100644 (file)
@@ -373,7 +373,7 @@ With argument, print output into current buffer."
                     (set-syntax-table stab))))))
       (let ((print-length eval-expression-print-length)
            (print-level eval-expression-print-level))
-       (print value)))))
+       (prin1 value)))))
 
 ;; Change defvar into defconst within FORM,
 ;; and likewise for other constructs as necessary.