From: Dave Love Date: Fri, 30 Jul 1999 00:50:59 +0000 (+0000) Subject: Fix previous change. X-Git-Tag: emacs-pretest-21.0.90~7332 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=700c3b7c33cc22bd96ae9d556f6cd73733ad77fe;p=emacs.git Fix previous change. --- 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))