emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r101449: * mail/sendmail.el: Add "*un


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r101449: * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
Date: Thu, 16 Sep 2010 20:08:06 -0400
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 101449
committer: Chong Yidong <address@hidden>
branch nick: trunk
timestamp: Thu 2010-09-16 20:08:06 -0400
message:
  * mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
modified:
  lisp/ChangeLog
  lisp/mail/sendmail.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2010-09-16 22:47:21 +0000
+++ b/lisp/ChangeLog    2010-09-17 00:08:06 +0000
@@ -1,5 +1,8 @@
 2010-09-16  Chong Yidong  <address@hidden>
 
+       * 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.
 

=== modified file 'lisp/mail/sendmail.el'
--- a/lisp/mail/sendmail.el     2010-03-28 03:52:17 +0000
+++ b/lisp/mail/sendmail.el     2010-09-17 00:08:06 +0000
@@ -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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]