1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-03 11:33:37 +00:00

(recover-session): Add `t' to switches.

This commit is contained in:
Richard M. Stallman 1997-03-22 03:42:32 +00:00
parent 7ddb552454
commit 7b3478a5e8

View File

@ -2417,7 +2417,8 @@ Then you'll be asked about a number of files to recover."
(if (null auto-save-list-file-prefix)
(error "You set `auto-save-list-file-prefix' to disable making session files"))
(let ((ls-lisp-support-shell-wildcards t))
(dired (concat auto-save-list-file-prefix "*")))
(dired (concat auto-save-list-file-prefix "*")
(concat dired-listing-switches "t")))
(goto-char (point-min))
(or (looking-at "Move to the session you want to recover,")
(let ((inhibit-read-only t))