[gnus git] branch master updated: m0-7-5-g312cebe =1= Revert "message.el (message-bury): Make `buffer' optional;"

Tassilo Horn <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  312cebee32821271351472a631475f4bb0a53fa2 (commit)
      from  e1f824dab887260a93d016ee5ac66d7607529f81 (commit)


- Log -----------------------------------------------------------------
commit 312cebee32821271351472a631475f4bb0a53fa2
Author: Tassilo Horn <[email protected]>
Date:   Mon May 6 14:54:14 2013 +0200

    Revert "message.el (message-bury): Make `buffer' optional;"
    
    This reverts commit 1d2c4fbb9bdc1078d1727b27139e4df5ba7cb2cb.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5f9d5fe..e73237c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -2,12 +2,6 @@
 
 	* mml2015.el (mml2015-epg-sign): Add name="signature.asc".  (Bug#13465)
 
-2013-05-04  Thierry Volpiatto  <[email protected]>
-
-	* message.el (message-bury): Make `buffer' optional.
-	(message-send-and-exit): Don't pass `buf' so as to hide the buffer
-	(bug#14085).
-
 2013-05-04  Andrew Cohen  <[email protected]>
 
 	* gnus-sum.el (gnus-read-header): Ensure groups are prefixed when
diff --git a/lisp/message.el b/lisp/message.el
index fbc7868..d87879b 100644
--- a/lisp/message.el
+++ b/lisp/message.el
@@ -4091,7 +4091,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)
@@ -4139,7 +4139,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

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog  |    6 ------
 lisp/message.el |    4 ++--
 2 files changed, 2 insertions(+), 8 deletions(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.