From: Chong Yidong Date: Fri, 17 Sep 2010 00:08:06 +0000 (-0400) Subject: * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names. X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~438^2~47^2~117^2 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e23d4a4234a408880e05c4c4bf6ce8b321c56ce;p=emacs.git * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names. --- 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)