# HG changeset patch # User Richard M. Stallman # Date 812835724 0 # Node ID 94df38316b4f97e488affed77558fb7e414fde48 # Parent 3753d2ea3ab1fa49c8f146d932715664c2fd49d1 (recover-session): Use auto-save-list-file-prefix. diff -r 3753d2ea3ab1 -r 94df38316b4f lisp/files.el --- 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))