changeset 110382:987c8fd5107f

* mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 16 Sep 2010 20:08:06 -0400
parents df57f787c0a4
children 8d0ea2f29215 a5d5b9bb4ccf
files lisp/ChangeLog lisp/mail/sendmail.el
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Thu Sep 16 18:47:21 2010 -0400
+++ b/lisp/ChangeLog	Thu Sep 16 20:08:06 2010 -0400
@@ -1,5 +1,8 @@
 2010-09-16  Chong Yidong  <cyd@stupidchicken.com>
 
+	* mail/sendmail.el: Add "*unsent mail*" to
+	same-window-buffer-names.
+
 	* term/x-win.el (x-cut-buffer-or-selection-value): Define as
 	obsolete alias for x-selection-value.
 
--- a/lisp/mail/sendmail.el	Thu Sep 16 18:47:21 2010 -0400
+++ b/lisp/mail/sendmail.el	Thu Sep 16 20:08:06 2010 -0400
@@ -1663,6 +1663,7 @@
 ;; in middle of loading the file.
 
 ;;;###autoload (add-hook 'same-window-buffer-names (purecopy "*mail*"))
+;;;###autoload (add-hook 'same-window-buffer-names (purecopy "*unsent mail*"))
 
 ;;;###autoload
 (defun mail (&optional noerase to subject in-reply-to cc replybuffer actions)