]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix previous change.
authorDave Love <fx@gnu.org>
Fri, 30 Jul 1999 00:50:59 +0000 (00:50 +0000)
committerDave Love <fx@gnu.org>
Fri, 30 Jul 1999 00:50:59 +0000 (00:50 +0000)
lisp/emacs-lisp/lisp-mode.el

index 45f2c759e848739a1631eb71d0cae7d665cc8de5..f7484c8e712e5b4f4864adf1f13b221241931050 100644 (file)
@@ -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))
 \f