diff options
| author | Chong Yidong | 2010-09-16 20:08:06 -0400 |
|---|---|---|
| committer | Chong Yidong | 2010-09-16 20:08:06 -0400 |
| commit | 6e23d4a4234a408880e05c4c4bf6ce8b321c56ce (patch) | |
| tree | 879bcbed909d39e614a21a659aec41ee96c369c5 | |
| parent | 117c96c7690aadf654567207e5734b7ce63609b0 (diff) | |
| download | emacs-6e23d4a4234a408880e05c4c4bf6ce8b321c56ce.tar.gz emacs-6e23d4a4234a408880e05c4c4bf6ce8b321c56ce.zip | |
* mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
| -rw-r--r-- | lisp/ChangeLog | 3 | ||||
| -rw-r--r-- | lisp/mail/sendmail.el | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7c2fbb87d97..f7960c1d749 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-09-16 Chong Yidong <cyd@stupidchicken.com> | 1 | 2010-09-16 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 2 | ||
| 3 | * mail/sendmail.el: Add "*unsent mail*" to | ||
| 4 | same-window-buffer-names. | ||
| 5 | |||
| 3 | * term/x-win.el (x-cut-buffer-or-selection-value): Define as | 6 | * term/x-win.el (x-cut-buffer-or-selection-value): Define as |
| 4 | obsolete alias for x-selection-value. | 7 | obsolete alias for x-selection-value. |
| 5 | 8 | ||
diff --git a/lisp/mail/sendmail.el b/lisp/mail/sendmail.el index 3cc1bf5fe19..d802b75ee06 100644 --- a/lisp/mail/sendmail.el +++ b/lisp/mail/sendmail.el | |||
| @@ -1663,6 +1663,7 @@ If the current line has `mail-yank-prefix', insert it on the new line." | |||
| 1663 | ;; in middle of loading the file. | 1663 | ;; in middle of loading the file. |
| 1664 | 1664 | ||
| 1665 | ;;;###autoload (add-hook 'same-window-buffer-names (purecopy "*mail*")) | 1665 | ;;;###autoload (add-hook 'same-window-buffer-names (purecopy "*mail*")) |
| 1666 | ;;;###autoload (add-hook 'same-window-buffer-names (purecopy "*unsent mail*")) | ||
| 1666 | 1667 | ||
| 1667 | ;;;###autoload | 1668 | ;;;###autoload |
| 1668 | (defun mail (&optional noerase to subject in-reply-to cc replybuffer actions) | 1669 | (defun mail (&optional noerase to subject in-reply-to cc replybuffer actions) |