Mercurial > emacs
changeset 14323:b418ef5f5ae1
(nnmail-move-inbox): Pass proper format string to message.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Thu, 25 Jan 1996 00:56:09 +0000 |
parents | d093f6556363 |
children | fae2e1075bcf |
files | lisp/nnmail.el |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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