From 560db176e2c72964e0af366be81e6b162971f8a0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 25 Sep 1994 01:21:49 +0000 Subject: [PATCH] (rmail-construct-io-menu): Don't print a message about no matching files. --- lisp/mail/rmail.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 114a7917132..0ee9f943ed1 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -753,9 +753,7 @@ Instead, these commands are available: (cons "Output Rmail File" (rmail-list-to-menu "Output Rmail File" (cdr files) - 'rmail-output-to-rmail-file))))) - (message "No files matching %s/%s found" - rmail-secondary-file-directory rmail-secondary-file-regexp))) + 'rmail-output-to-rmail-file))))))) ;;;; *** Rmail input *** -- 2.39.5