]> git.eshelyaron.com Git - emacs.git/commitdiff
(nnmail-move-inbox): Pass proper format string to message.
authorKarl Heuer <kwzh@gnu.org>
Thu, 25 Jan 1996 00:56:09 +0000 (00:56 +0000)
committerKarl Heuer <kwzh@gnu.org>
Thu, 25 Jan 1996 00:56:09 +0000 (00:56 +0000)
lisp/nnmail.el

index 069ac116797258266e31299053cea8c41ceb04b3..30b4741b37b3187f223d31366ae9d0997aef40a4 100644 (file)
@@ -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