emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/simple.el,v


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el,v
Date: Sun, 28 Jan 2007 07:05:17 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Richard M. Stallman <rms>       07/01/28 07:05:17

Index: simple.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/simple.el,v
retrieving revision 1.841
retrieving revision 1.842
diff -u -b -r1.841 -r1.842
--- simple.el   21 Jan 2007 03:53:10 -0000      1.841
+++ simple.el   28 Jan 2007 07:05:17 -0000      1.842
@@ -1079,7 +1079,7 @@
     (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))))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]