From: Basil L. Contovounesios Date: Tue, 9 Feb 2021 13:00:56 +0000 (+0000) Subject: ; Fix recent change in eval-last-sexp X-Git-Tag: emacs-28.0.90~3856 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8e3ace4297512d9f1a2825d332b7e70c6ae3ea15;p=emacs.git ; Fix recent change in eval-last-sexp --- diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 0325d4ea756..312153052d6 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))