summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r--lisp/emacs-lisp/lisp-mode.el2
1 files changed, 1 insertions, 1 deletions
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))