]> git.eshelyaron.com Git - emacs.git/commitdiff
(recover-session): Renamed from multiple-recover.
authorRichard M. Stallman <rms@gnu.org>
Sun, 7 May 1995 18:39:02 +0000 (18:39 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 7 May 1995 18:39:02 +0000 (18:39 +0000)
lisp/files.el

index 630480bd0641f6b7d624c46d19ca3b7a498fe390..1169d055043c26457e54b32cc61ac5a5a03b1720 100644 (file)
@@ -2043,7 +2043,7 @@ beginning and `after-revert-hook' at the end."
           (after-find-file nil nil t))
          (t (error "Recover-file cancelled.")))))
 
-(defun multiple-recover ()
+(defun recover-session ()
   "Recover auto save files from a previous Emacs session.
 This command first displays a Dired buffer showing you the
 previous sessions that you could recover from.