From 936e857995fd732699b679a8b02792a01b456458 Mon Sep 17 00:00:00 2001 From: djcb Date: Fri, 20 Jul 2012 15:50:03 +0300 Subject: [PATCH] * mu4e: mu4e-error should actually raise an error --- mu4e/mu4e-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mu4e/mu4e-utils.el b/mu4e/mu4e-utils.el index 98e12c2d..8d41b0e9 100644 --- a/mu4e/mu4e-utils.el +++ b/mu4e/mu4e-utils.el @@ -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