changeset 14325:51bfdecb7084

(rmail-insert-inbox-text): Pass proper format string to message.
author Karl Heuer <kwzh@gnu.org>
date Thu, 25 Jan 1996 00:56:28 +0000
parents fae2e1075bcf
children e5799768c51b
files lisp/mail/rmail.el
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Thu Jan 25 00:56:19 1996 +0000
+++ b/lisp/mail/rmail.el	Thu Jan 25 00:56:28 1996 +0000
@@ -1033,9 +1033,9 @@
 		       (if (looking-at "movemail: ")
 			   (delete-region (point-min) (match-end 0)))
 		       (beep t)
-		       (message (concat "movemail: "
-					(buffer-substring (point-min)
-							  (point-max))))
+		       (message "movemail: %s"
+				(buffer-substring (point-min)
+						  (point-max)))
 		       (sit-for 3)
 		       nil))
 		 (if errors (kill-buffer errors))))))