Fix previous change.

This commit is contained in:
Dave Love 1999-07-30 00:50:59 +00:00
parent 029ec30f69
commit 700c3b7c33

View 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))