]> git.eshelyaron.com Git - emacs.git/commitdiff
2005-09-15 Chong Yidong <cyd@stupidchicken.com>
authorChong Yidong <cyd@stupidchicken.com>
Thu, 15 Sep 2005 03:47:22 +0000 (03:47 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 15 Sep 2005 03:47:22 +0000 (03:47 +0000)
* simple.el (sendmail-user-agent-compose): Revert last change.

lisp/ChangeLog
lisp/simple.el

index c15cba13b39e46fe527c6881dd2500478f60c9e2..d701bbf025725823766d04db540f7c151994a67b 100644 (file)
@@ -1,3 +1,7 @@
+2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
+
+       * simple.el (sendmail-user-agent-compose): Revert last change.
+
 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
index 3d24a9222d45255bf8bf3e0ead9d0e04d6e470f0..fe58a47610eed33c86cf8034e6fadb26adfe2b42 100644 (file)
@@ -4444,8 +4444,9 @@ See also `read-mail-command' concerning reading mail."
   (let ((cc (cdr (assoc-string "cc" other-headers t)))
        (in-reply-to (cdr (assoc-string "in-reply-to" other-headers t)))
        (body (cdr (assoc-string "body" other-headers t))))
-    (mail (if continue t 'new)
-         to subject in-reply-to cc yank-action send-actions)
+    (or (mail continue to subject in-reply-to cc yank-action send-actions)
+       continue
+       (error "Message aborted"))
     (save-excursion
       (rfc822-goto-eoh)
       (while other-headers