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


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/lisp/simple.el
Date: Mon, 22 Sep 2003 11:11:05 -0400

Index: emacs/lisp/simple.el
diff -c emacs/lisp/simple.el:1.620 emacs/lisp/simple.el:1.621
*** emacs/lisp/simple.el:1.620  Mon Sep  8 04:01:41 2003
--- emacs/lisp/simple.el        Mon Sep 22 11:11:02 2003
***************
*** 663,669 ****
        (print-level eval-expression-print-level))
      (if eval-expression-insert-value
        (with-no-warnings
!        (eval-last-sexp-print-value (car values)))
        (prin1 (car values) t))))
  
  (defun edit-and-eval-command (prompt command)
--- 663,670 ----
        (print-level eval-expression-print-level))
      (if eval-expression-insert-value
        (with-no-warnings
!        (let ((standard-output (current-buffer)))
!          (eval-last-sexp-print-value (car values))))
        (prin1 (car values) t))))
  
  (defun edit-and-eval-command (prompt command)




reply via email to

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