From: Richard M. Stallman Date: Wed, 18 Dec 1996 23:27:56 +0000 (+0000) Subject: (sendmail-user-agent): Avoid error for CONTINUE non-nil. X-Git-Tag: emacs-20.1~3221 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a50388f82077f843c70bd5f74ee97abd9c41989a;p=emacs.git (sendmail-user-agent): Avoid error for CONTINUE non-nil. --- 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', (let ((cc (cdr (assoc-ignore-case "cc" other-headers))) (in-reply-to (cdr (assoc-ignore-case "in-reply-to" other-headers)))) (or (mail continue to subject in-reply-to cc yank-action send-actions) + continue (error "Message aborted")))) 'mail-send-and-exit)