* mu4e: mu4e-error should actually raise an error

This commit is contained in:
djcb 2012-07-20 15:50:03 +03:00
parent 34401b743c
commit 936e857995
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ user-input, don't show anyhting."
(defun mu4e-error (frm &rest args)
"Create [mu4e]-prefixed error based on format FRM and ARGS."
(mu4e-log 'error (apply 'mu4e-format frm args))
(message "%s" (apply 'mu4e-format frm args)))
(error "%s" (apply 'mu4e-format frm args)))
(defun mu4e~read-char-choice (prompt choices)
"Compatiblity wrapper for `read-char-choice', which is emacs-24