mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-23 13:27:36 +00:00
(recover-session): Use auto-save-list-file-prefix.
This commit is contained in:
parent
2e05d06325
commit
5bcb027863
1 changed files with 1 additions and 1 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Reference in a new issue