1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-23 07:19:15 +00:00

(nnmail-move-inbox): Pass proper format string to message.

This commit is contained in:
Karl Heuer 1996-01-25 00:56:09 +00:00
parent 17554a1062
commit b705df89e7

View 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