# HG changeset patch # User Karl Heuer # Date 822531369 0 # Node ID b418ef5f5ae16c96d0a3c2250dd756c84779c12b # Parent d093f6556363f6384bf5bf82f39f11dcdf7250ce (nnmail-move-inbox): Pass proper format string to message. diff -r d093f6556363 -r b418ef5f5ae1 lisp/nnmail.el --- a/lisp/nnmail.el Thu Jan 25 00:56:04 1996 +0000 +++ b/lisp/nnmail.el Thu Jan 25 00:56:09 1996 +0000 @@ -413,9 +413,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))))) (and errors