[gnus git] branch no-gnus updated: m0-1-104-g3c5f48e =1= gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is a string so that Gcc works (bug#11514)

Katsumi Yamaoka <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  3c5f48e601eaf923a1fc9b64db950b54ff144c27 (commit)
      from  222d07683f2a2696928beb9e920043b1c281828d (commit)


- Log -----------------------------------------------------------------
commit 3c5f48e601eaf923a1fc9b64db950b54ff144c27
Author: Katsumi Yamaoka <[email protected]>
Date:   Mon May 21 23:32:29 2012 +0000

    gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is a string so that Gcc works (bug#11514)

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 230fb70..c28e98b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-21  Katsumi Yamaoka  <[email protected]>
+
+	* gnus-msg.el (gnus-msg-mail): Ensure that gnus-newsgroup-name is
+	a string so that Gcc works (bug#11514).
+
 2012-04-21  Andreas Schwab  <[email protected]>
 
 	* gnus.el (debbugs-gnu): Don't override existing autoload definition.
diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index 815bd9e..c6d0c32 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
@@ -490,6 +490,7 @@ instead."
       (message-mail to subject other-headers continue
                     nil yank-action send-actions return-action)
     (let ((buf (current-buffer))
+	  (gnus-newsgroup-name (or gnus-newsgroup-name ""))
 	  mail-buf)
       (gnus-setup-message 'message
 	(message-mail to subject other-headers continue

-----------------------------------------------------------------------
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   |    5 +++++
 lisp/gnus-msg.el |    1 +
 2 files changed, 6 insertions(+), 0 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, no-gnus 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.