emacs-diffs
[Top][All Lists]
Advanced

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

master 8e3ace4: ; Fix recent change in eval-last-sexp


From: Basil L. Contovounesios
Subject: master 8e3ace4: ; Fix recent change in eval-last-sexp
Date: Tue, 9 Feb 2021 08:05:15 -0500 (EST)

branch: master
commit 8e3ace4297512d9f1a2825d332b7e70c6ae3ea15
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    ; Fix recent change in eval-last-sexp
---
 lisp/progmodes/elisp-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el
index 0325d4e..3121530 100644
--- a/lisp/progmodes/elisp-mode.el
+++ b/lisp/progmodes/elisp-mode.el
@@ -1268,7 +1268,7 @@ If `eval-expression-debug-on-error' is non-nil, which is 
the default,
 this command arranges for all errors to enter the debugger."
   (interactive "P")
   (if (null eval-expression-debug-on-error)
-      (values--store-values
+      (values--store-value
        (elisp--eval-last-sexp eval-last-sexp-arg-internal))
     (let ((value
           (let ((debug-on-error elisp--eval-last-sexp-fake-value))



reply via email to

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