]> git.eshelyaron.com Git - emacs.git/commitdiff
(eval-expression): Don't use eval-last-sexp-print-value
authorRichard M. Stallman <rms@gnu.org>
Sun, 28 Jan 2007 07:05:17 +0000 (07:05 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 28 Jan 2007 07:05:17 +0000 (07:05 +0000)
when inserting in buffer.

lisp/simple.el

index ac97d53d3bf64a5605c1a5353807c66568c6b6c9..8c03b919c597c87f1e76a342658f59a5bc2b5c67 100644 (file)
@@ -1079,7 +1079,7 @@ this command arranges for all errors to enter the debugger."
     (if eval-expression-insert-value
        (with-no-warnings
         (let ((standard-output (current-buffer)))
-          (eval-last-sexp-print-value (car values))))
+          (prin1 (car values))))
       (prog1
           (prin1 (car values) t)
         (let ((str (eval-expression-print-format (car values))))