]> git.eshelyaron.com Git - emacs.git/commitdiff
(sendmail-user-agent): Avoid error for CONTINUE non-nil.
authorRichard M. Stallman <rms@gnu.org>
Wed, 18 Dec 1996 23:27:56 +0000 (23:27 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 18 Dec 1996 23:27:56 +0000 (23:27 +0000)
lisp/simple.el

index c0c122fa406c7abc073c395ab62773a734e280a8..64863d15836438c5fb305f599360c49d2c3af657 100644 (file)
@@ -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)