Mercurial > emacs
changeset 13118:94df38316b4f
(recover-session): Use auto-save-list-file-prefix.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 04 Oct 1995 19:42:04 +0000 |
parents | 3753d2ea3ab1 |
children | 7305dbef1911 |
files | lisp/files.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/files.el Wed Oct 04 19:41:15 1995 +0000 +++ b/lisp/files.el Wed Oct 04 19:42:04 1995 +0000 @@ -2153,7 +2153,7 @@ 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))