* cosmetics

This commit is contained in:
djcb
2013-05-13 00:05:14 +03:00
parent 7f80bce015
commit 4de859668c
3 changed files with 5 additions and 4 deletions

View File

@ -161,7 +161,7 @@ an absolute path."
(defun mu4e-message (frm &rest args)
"Like `message', but prefixed with mu4e.
If we're waiting for user-input, don't show anyhting."
If we're waiting for user-input, don't show anything."
(unless (active-minibuffer-window)
(message "%s" (apply 'mu4e-format frm args))
nil))