mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-24 15:22:26 -07:00
(nnmail-move-inbox): Pass proper format string to message.
This commit is contained in:
parent
17554a1062
commit
b705df89e7
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue