diff options
author | Deepak Goel <deego@gnufans.org> | 2007-12-06 18:18:13 +0000 |
---|---|---|
committer | Deepak Goel <deego@gnufans.org> | 2007-12-06 18:18:13 +0000 |
commit | 26b4a51d1e6ef277c93f0d385d76a0fa9af69e7f (patch) | |
tree | df2fe9bd005e02fe2f82f269ce91a3e07c5781b5 /lisp/mail/rmailout.el | |
parent | 8c16bd8c3566df3b0cbbc28692a23a378604f423 (diff) | |
download | emacs-26b4a51d1e6ef277c93f0d385d76a0fa9af69e7f.tar.gz emacs-26b4a51d1e6ef277c93f0d385d76a0fa9af69e7f.tar.bz2 emacs-26b4a51d1e6ef277c93f0d385d76a0fa9af69e7f.zip |
Fix buggy calls to `error'.
Diffstat (limited to 'lisp/mail/rmailout.el')
-rw-r--r-- | lisp/mail/rmailout.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmailout.el b/lisp/mail/rmailout.el index 1e9f8379b7b..234277320ad 100644 --- a/lisp/mail/rmailout.el +++ b/lisp/mail/rmailout.el @@ -380,7 +380,7 @@ The optional fourth argument FROM-GNUS is set when called from GNUS." (rmail-toggle-header)) (if (and (> count 0) (not next-message-p)) (progn - (error + (error "%s" (save-excursion (set-buffer rmailbuf) (format "Only %d message%s appended" num-appended |