(recover-session): Use auto-save-list-file-prefix.

This commit is contained in:
Richard M. Stallman 1995-10-04 19:42:04 +00:00
parent 2e05d06325
commit 5bcb027863

View file

@ -2153,7 +2153,7 @@ previous sessions that you could recover from.
To choose one, move point to the proper line and then type C-c C-c.
Then you'll be asked about a number of files to recover."
(interactive)
(dired "~/.save*")
(dired (concat auto-save-list-file-prefix "*"))
(goto-char (point-min))
(or (looking-at "Move to the session you want to recover,")
(let ((inhibit-read-only t))