Fix previous change.
This commit is contained in:
parent
029ec30f69
commit
700c3b7c33
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue