diff options
| author | Richard M. Stallman | 1996-12-18 23:27:56 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-12-18 23:27:56 +0000 |
| commit | a50388f82077f843c70bd5f74ee97abd9c41989a (patch) | |
| tree | 4d07baab6964941f3ed738c833b57bbb1b510b0c /lisp | |
| parent | 6e3dda29a47bcd0c1ee24e25f069b4fb2e3de1f2 (diff) | |
| download | emacs-a50388f82077f843c70bd5f74ee97abd9c41989a.tar.gz emacs-a50388f82077f843c70bd5f74ee97abd9c41989a.zip | |
(sendmail-user-agent): Avoid error for CONTINUE non-nil.
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/simple.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/simple.el b/lisp/simple.el index c0c122fa406..64863d15836 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -2886,6 +2886,7 @@ The properties used on SYMBOL are `composefunc', `sendfunc', | |||
| 2886 | (let ((cc (cdr (assoc-ignore-case "cc" other-headers))) | 2886 | (let ((cc (cdr (assoc-ignore-case "cc" other-headers))) |
| 2887 | (in-reply-to (cdr (assoc-ignore-case "in-reply-to" other-headers)))) | 2887 | (in-reply-to (cdr (assoc-ignore-case "in-reply-to" other-headers)))) |
| 2888 | (or (mail continue to subject in-reply-to cc yank-action send-actions) | 2888 | (or (mail continue to subject in-reply-to cc yank-action send-actions) |
| 2889 | continue | ||
| 2889 | (error "Message aborted")))) | 2890 | (error "Message aborted")))) |
| 2890 | 'mail-send-and-exit) | 2891 | 'mail-send-and-exit) |
| 2891 | 2892 | ||