aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorRichard M. Stallman1996-12-18 23:27:56 +0000
committerRichard M. Stallman1996-12-18 23:27:56 +0000
commita50388f82077f843c70bd5f74ee97abd9c41989a (patch)
tree4d07baab6964941f3ed738c833b57bbb1b510b0c /lisp
parent6e3dda29a47bcd0c1ee24e25f069b4fb2e3de1f2 (diff)
downloademacs-a50388f82077f843c70bd5f74ee97abd9c41989a.tar.gz
emacs-a50388f82077f843c70bd5f74ee97abd9c41989a.zip
(sendmail-user-agent): Avoid error for CONTINUE non-nil.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/simple.el1
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