changeset 13818:0d1de22afac0

(rmail): Allow nonexistent file as arg.
author Richard M. Stallman <rms@gnu.org>
date Sat, 23 Dec 1995 06:57:14 +0000
parents ec73462ad90c
children 57cd7ef01dc7
files lisp/mail/rmail.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Fri Dec 22 12:13:30 1995 +0000
+++ b/lisp/mail/rmail.el	Sat Dec 23 06:57:14 1995 +0000
@@ -282,8 +282,7 @@
 
 If `rmail-display-summary' is non-nil, make a summary for this RMAIL file."
   (interactive (if current-prefix-arg
-		   (list (read-file-name "Run rmail on RMAIL file: "
-					 nil nil t))))
+		   (list (read-file-name "Run rmail on RMAIL file: "))))
   (let* ((file-name (expand-file-name (or file-name-arg rmail-file-name)))
 	 (existed (get-file-buffer file-name)))
     ;; Like find-file, but in the case where a buffer existed