]> git.eshelyaron.com Git - emacs.git/commitdiff
(recover-session): Use auto-save-list-file-prefix.
authorRichard M. Stallman <rms@gnu.org>
Wed, 4 Oct 1995 19:42:04 +0000 (19:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 4 Oct 1995 19:42:04 +0000 (19:42 +0000)
lisp/files.el

index 1fe0265431c9ac492d419b1f8aeba241a4984277..e9f9ed30c2879369f292108e7d8da6b0eb557124 100644 (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))