* mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
authorChong Yidong <cyd@stupidchicken.com>
Fri, 17 Sep 2010 00:08:06 +0000 (20:08 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Fri, 17 Sep 2010 00:08:06 +0000 (20:08 -0400)
lisp/ChangeLog
lisp/mail/sendmail.el

index 7c2fbb8..f7960c1 100644 (file)
@@ -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.
 
index 3cc1bf5..d802b75 100644 (file)
@@ -1663,6 +1663,7 @@ If the current line has `mail-yank-prefix', insert it on the new line."
 ;; 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)