diff lisp/emacs-lisp/lisp-mode.el @ 25109:ee107cab4019

Fix previous change.
author Dave Love <fx@gnu.org>
date Fri, 30 Jul 1999 00:50:59 +0000
parents 2aa414a532f2
children 9a7891b32d1a
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))