aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/files.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el
index 1fe0265431c..e9f9ed30c28 100644
--- a/lisp/files.el
+++ b/lisp/files.el
@@ -2153,7 +2153,7 @@ previous sessions that you could recover from.
2153To choose one, move point to the proper line and then type C-c C-c. 2153To choose one, move point to the proper line and then type C-c C-c.
2154Then you'll be asked about a number of files to recover." 2154Then you'll be asked about a number of files to recover."
2155 (interactive) 2155 (interactive)
2156 (dired "~/.save*") 2156 (dired (concat auto-save-list-file-prefix "*"))
2157 (goto-char (point-min)) 2157 (goto-char (point-min))
2158 (or (looking-at "Move to the session you want to recover,") 2158 (or (looking-at "Move to the session you want to recover,")
2159 (let ((inhibit-read-only t)) 2159 (let ((inhibit-read-only t))