lisp/gnus/message.el (message-bury, message-send-and-exit): Revert 2013-05-04 change
This commit is contained in:
parent
ee6cff9923
commit
06a73f4edb
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-05-06 Tassilo Horn <tassilo@member.fsf.org>
|
||||
|
||||
* message.el (message-bury, message-send-and-exit):
|
||||
Revert 2013-05-04 change.
|
||||
|
||||
2013-05-06 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* mml2015.el (mml2015-epg-sign): Add name="signature.asc". (Bug#13465)
|
||||
|
|
|
@ -4047,7 +4047,7 @@ It should typically alter the sending method in some way or other."
|
|||
(actions message-exit-actions))
|
||||
(when (and (message-send arg)
|
||||
(buffer-name buf))
|
||||
(message-bury)
|
||||
(message-bury buf)
|
||||
(if message-kill-buffer-on-exit
|
||||
(kill-buffer buf))
|
||||
(message-do-actions actions)
|
||||
|
@ -4095,7 +4095,7 @@ Instead, just auto-save the buffer and then bury it."
|
|||
(message-disassociate-draft)))
|
||||
(message-do-actions actions))))
|
||||
|
||||
(defun message-bury (&optional buffer)
|
||||
(defun message-bury (buffer)
|
||||
"Bury this mail BUFFER."
|
||||
(if message-return-action
|
||||
(progn
|
||||
|
|
Loading…
Add table
Reference in a new issue