]> git.eshelyaron.com Git - emacs.git/commitdiff
(recover-session): Add `t' to switches.
authorRichard M. Stallman <rms@gnu.org>
Sat, 22 Mar 1997 03:42:32 +0000 (03:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 22 Mar 1997 03:42:32 +0000 (03:42 +0000)
lisp/files.el

index d554005b8fa1620ee213a5d9220eaee005a2c518..eabb70377cbddff77e8e9d70bfa7de46c7431475 100644 (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))