From a50388f82077f843c70bd5f74ee97abd9c41989a Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 18 Dec 1996 23:27:56 +0000 Subject: [PATCH] (sendmail-user-agent): Avoid error for CONTINUE non-nil. --- lisp/simple.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5