changeset 17208:67515c200d09

(recover-session): Add `t' to switches.
author Richard M. Stallman <rms@gnu.org>
date Sat, 22 Mar 1997 03:42:32 +0000
parents 2d0b382efa26
children c7dbcb7494d1
files lisp/files.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/files.el	Sat Mar 22 03:41:43 1997 +0000
+++ b/lisp/files.el	Sat Mar 22 03:42:32 1997 +0000
@@ -2417,7 +2417,8 @@
   (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))