diff options
| author | Chong Yidong | 2005-09-15 03:47:22 +0000 |
|---|---|---|
| committer | Chong Yidong | 2005-09-15 03:47:22 +0000 |
| commit | a9267c2cce8539a39c978e7219322be1e2af31f8 (patch) | |
| tree | 8b14a7e38274cb296a0260d88e7513f196e7b1ee | |
| parent | b0742512e574c25091cb75f62064af3cf4b3a8b5 (diff) | |
| download | emacs-a9267c2cce8539a39c978e7219322be1e2af31f8.tar.gz emacs-a9267c2cce8539a39c978e7219322be1e2af31f8.zip | |
2005-09-15 Chong Yidong <cyd@stupidchicken.com>
* simple.el (sendmail-user-agent-compose): Revert last change.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/simple.el | 5 |
2 files changed, 7 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c15cba13b39..d701bbf0257 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2005-09-15 Chong Yidong <cyd@stupidchicken.com> | ||
| 2 | |||
| 3 | * simple.el (sendmail-user-agent-compose): Revert last change. | ||
| 4 | |||
| 1 | 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca> | 5 | 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 6 | ||
| 3 | * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$. | 7 | * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$. |
diff --git a/lisp/simple.el b/lisp/simple.el index 3d24a9222d4..fe58a47610e 100644 --- a/lisp/simple.el +++ b/lisp/simple.el | |||
| @@ -4444,8 +4444,9 @@ See also `read-mail-command' concerning reading mail." | |||
| 4444 | (let ((cc (cdr (assoc-string "cc" other-headers t))) | 4444 | (let ((cc (cdr (assoc-string "cc" other-headers t))) |
| 4445 | (in-reply-to (cdr (assoc-string "in-reply-to" other-headers t))) | 4445 | (in-reply-to (cdr (assoc-string "in-reply-to" other-headers t))) |
| 4446 | (body (cdr (assoc-string "body" other-headers t)))) | 4446 | (body (cdr (assoc-string "body" other-headers t)))) |
| 4447 | (mail (if continue t 'new) | 4447 | (or (mail continue to subject in-reply-to cc yank-action send-actions) |
| 4448 | to subject in-reply-to cc yank-action send-actions) | 4448 | continue |
| 4449 | (error "Message aborted")) | ||
| 4449 | (save-excursion | 4450 | (save-excursion |
| 4450 | (rfc822-goto-eoh) | 4451 | (rfc822-goto-eoh) |
| 4451 | (while other-headers | 4452 | (while other-headers |