aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/nnmail.el
diff options
context:
space:
mode:
authorKarl Heuer <[email protected]>1996-01-25 00:56:09 +0000
committerKarl Heuer <[email protected]>1996-01-25 00:56:09 +0000
commitb705df89e76de1fe1d2a6c4fd50c7f07570328ba (patch)
tree510421290658d49a3c59a875105841f5a52f4e6c /lisp/nnmail.el
parent17554a10620d38b27324f6fb85287ff58a233d86 (diff)
(nnmail-move-inbox): Pass proper format string to message.
Diffstat (limited to 'lisp/nnmail.el')
-rw-r--r--lisp/nnmail.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/lisp/nnmail.el b/lisp/nnmail.el
index 069ac11679..30b4741b37 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