# HG changeset patch # User Chong Yidong # Date 1284682086 14400 # Node ID 987c8fd5107f443ad314a79ad5c06c4d2df70c72 # Parent df57f787c0a4dab16184d7ecadf3015b48c63b3e * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names. diff -r df57f787c0a4 -r 987c8fd5107f lisp/ChangeLog --- 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 + * 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 -r df57f787c0a4 -r 987c8fd5107f lisp/mail/sendmail.el --- 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)