emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master ca99c00: * lisp/simple.el (eval-expression): Fix pa


From: Stefan Monnier
Subject: [Emacs-diffs] master ca99c00: * lisp/simple.el (eval-expression): Fix paren typo.
Date: Thu, 25 Apr 2019 15:34:39 -0400 (EDT)

branch: master
commit ca99c00f7574d72cd6d07dbfe0c3011f033ba5e8
Author: Stefan Monnier <address@hidden>
Commit: Stefan Monnier <address@hidden>

    * lisp/simple.el (eval-expression): Fix paren typo.
---
 lisp/simple.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 79db712..5660f65 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -1647,7 +1647,7 @@ this command arranges for all errors to enter the 
debugger."
 
   (if (null eval-expression-debug-on-error)
       (push (eval (let ((lexical-binding t)) (macroexpand-all exp)) t)
-            values))
+            values)
     (let ((old-value (make-symbol "t")) new-value)
       ;; Bind debug-on-error to something unique so that we can
       ;; detect when evalled code changes it.



reply via email to

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