(eval-last-sexp): Use prin1 instead of print.
This commit is contained in:
parent
9680b9d055
commit
2e0a943f5b
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue