* lisp/simple.el (eval-expression): Fix paren typo.

This commit is contained in:
Stefan Monnier 2019-04-25 15:34:05 -04:00
parent fe6c507f5c
commit ca99c00f75

View file

@ -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.