1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-24 07:20:37 +00:00

(recover-file): Fix error message.

This commit is contained in:
Richard M. Stallman 1997-04-21 04:48:47 +00:00
parent 6c283d441d
commit ffa7ab703c

View File

@ -2418,7 +2418,7 @@ non-nil, it is called instead of rereading visited file contents."
(erase-buffer)
(insert-file-contents file-name nil))
(after-find-file nil nil t))
(t (error "Recover-file cancelled.")))))
(t (error "Recover-file cancelled")))))
(defun recover-session ()
"Recover auto save files from a previous Emacs session.