* lisp/simple.el (eval-expression): Fix paren typo.
This commit is contained in:
parent
fe6c507f5c
commit
ca99c00f75
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue