# HG changeset patch # User Dave Love # Date 933295859 0 # Node ID ee107cab4019b9f1958186c703bb7fc4bd5d3689 # Parent ab359f81e2cc26058aecfd182111fc1ef8aa49a7 Fix previous change. diff -r ab359f81e2cc -r ee107cab4019 lisp/emacs-lisp/lisp-mode.el --- 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))