From 700c3b7c33cc22bd96ae9d556f6cd73733ad77fe Mon Sep 17 00:00:00 2001 From: Dave Love Date: Fri, 30 Jul 1999 00:50:59 +0000 Subject: [PATCH] Fix previous change. --- lisp/emacs-lisp/lisp-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/emacs-lisp/lisp-mode.el b/lisp/emacs-lisp/lisp-mode.el index 45f2c759e84..f7484c8e712 100644 --- a/lisp/emacs-lisp/lisp-mode.el +++ b/lisp/emacs-lisp/lisp-mode.el @@ -386,7 +386,7 @@ Return the result of evaluation." ;; Skipping to the end of the specified region ;; will make eval-region return. (goto-char ,end) - ,form))))) + ',form))))) ;; The result of evaluation has been put onto VALUES. So return it. (car values)) -- 2.39.5