diff options
Diffstat (limited to 'lisp/mail/rmailout.el')
-rw-r--r-- | lisp/mail/rmailout.el | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index 6b753b39e17..1e770e6fea6 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el @@ -85,8 +85,11 @@ This uses `rmail-output-file-alist'." (error (display-warning :error - (format "Error evaluating \ -`rmail-output-file-alist' element:\nregexp: %s\naction: %s\nerror: %S\n" + (format-message "\ +Error evaluating `rmail-output-file-alist' element: +regexp: %s +action: %s +error: %S\n" (caar tail) (cdar tail) err)) nil)))) (setq tail (cdr tail))) |