From: Karl Heuer Date: Thu, 25 Jan 1996 00:56:09 +0000 (+0000) Subject: (nnmail-move-inbox): Pass proper format string to message. X-Git-Tag: emacs-19.34~1537 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b705df89e76de1fe1d2a6c4fd50c7f07570328ba;p=emacs.git (nnmail-move-inbox): Pass proper format string to message. --- diff --git a/lisp/nnmail.el b/lisp/nnmail.el index 069ac116797..30b4741b37b 100644 --- a/lisp/nnmail.el +++ b/lisp/nnmail.el @@ -413,9 +413,9 @@ performed.") (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