From ca99c00f7574d72cd6d07dbfe0c3011f033ba5e8 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Thu, 25 Apr 2019 15:34:05 -0400 Subject: [PATCH] * 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 79db712105a..5660f6574f4 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. -- 2.39.2