comparison lisp/mail/sendmail.el @ 110382:987c8fd5107f

* mail/sendmail.el: Add "*unsent mail*" to same-window-buffer-names.
author Chong Yidong <cyd@stupidchicken.com>
date Thu, 16 Sep 2010 20:08:06 -0400
parents e8c910cab06d
children c1e130042fa1
comparison
equal deleted inserted replaced
110381:df57f787c0a4 110382:987c8fd5107f
1661 1661
1662 ;; Put these commands last, to reduce chance of lossage from quitting 1662 ;; Put these commands last, to reduce chance of lossage from quitting
1663 ;; in middle of loading the file. 1663 ;; in middle of loading the file.
1664 1664
1665 ;;;###autoload (add-hook 'same-window-buffer-names (purecopy "*mail*")) 1665 ;;;###autoload (add-hook 'same-window-buffer-names (purecopy "*mail*"))
1666 ;;;###autoload (add-hook 'same-window-buffer-names (purecopy "*unsent mail*"))
1666 1667
1667 ;;;###autoload 1668 ;;;###autoload
1668 (defun mail (&optional noerase to subject in-reply-to cc replybuffer actions) 1669 (defun mail (&optional noerase to subject in-reply-to cc replybuffer actions)
1669 "Edit a message to be sent. Prefix arg means resume editing (don't erase). 1670 "Edit a message to be sent. Prefix arg means resume editing (don't erase).
1670 When this function returns, the buffer `*mail*' is selected. 1671 When this function returns, the buffer `*mail*' is selected.