changeset 25109:ee107cab4019

Fix previous change.
author Dave Love <fx@gnu.org>
date Fri, 30 Jul 1999 00:50:59 +0000
parents ab359f81e2cc
children 4833aea1f1e7
files lisp/emacs-lisp/lisp-mode.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/emacs-lisp/lisp-mode.el	Thu Jul 29 22:07:59 1999 +0000
+++ b/lisp/emacs-lisp/lisp-mode.el	Fri Jul 30 00:50:59 1999 +0000
@@ -386,7 +386,7 @@
 	       ;; 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))