changeset 53860:a119a19bb7b3

(rmail-get-new-mail): Remove useless use of format.
author Andreas Schwab <schwab@suse.de>
date Sun, 08 Feb 2004 22:36:05 +0000
parents b213145b2838
children 8af44ca54bdf
files lisp/mail/rmail.el
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Sun Feb 08 22:33:42 2004 +0000
+++ b/lisp/mail/rmail.el	Sun Feb 08 22:36:05 2004 +0000
@@ -1488,11 +1488,11 @@
 			 ;; print out a message on number of spam messages found:
 			 (if (and rmail-use-spam-filter (> rsf-number-of-spam 0))
 			     (if (= 1 new-messages)
-				 (format ", and found to be a spam message")
+				 ", and found to be a spam message"
 			       (if (> rsf-number-of-spam 1)
 				   (format ", %d of which found to be spam messages"
 					   rsf-number-of-spam)
-				 (format ", one of which found to be a spam message")))
+				 ", one of which found to be a spam message"))
 			   ""))
 		(if (and rmail-use-spam-filter (> rsf-number-of-spam 0))
 		    (progn (if rmail-spam-filter-beep (beep t))