From e1dadc172e73067afc270bca4f94327e7f3ffe32 Mon Sep 17 00:00:00 2001 From: Erik Naggum Date: Wed, 6 Dec 1995 11:59:55 +0000 Subject: [PATCH] (recover-file): Also recover new, unsaved files. --- lisp/files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/files.el b/lisp/files.el index ec3f8ba49aa..0f8f69c6bc4 100644 --- a/lisp/files.el +++ b/lisp/files.el @@ -2152,7 +2152,7 @@ beginning and `after-revert-hook' at the end." ;; Actually putting the file name in the minibuffer should be used ;; only rarely. ;; Not just because users often use the default. - (interactive "fRecover file: ") + (interactive "FRecover file: ") (setq file (expand-file-name file)) (if (auto-save-file-name-p (file-name-nondirectory file)) (error "%s is an auto-save file" file)) -- 2.39.2