(eval-last-sexp): Use prin1 instead of print.

This commit is contained in:
Gerd Moellmann 1999-09-14 20:12:00 +00:00
parent 9680b9d055
commit 2e0a943f5b

View 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.