From 6e23d4a4234a408880e05c4c4bf6ce8b321c56ce Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Thu, 16 Sep 2010 20:08:06 -0400 Subject: [PATCH] * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names. --- lisp/ChangeLog | 3 +++ lisp/mail/sendmail.el | 1 + 2 files changed, 4 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7c2fbb87d97..f7960c1d749 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2010-09-16 Chong Yidong + * 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. 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." ;; 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) -- 2.39.5