[gnus git] branch master updated: m0-5-10-gae6c8be =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 ae6c8be1a889b91c962d39182c31838175f812fc (commit)
from 9087abc47595023cdb353d50951e712da56f0711 (commit)
- Log -----------------------------------------------------------------
commit ae6c8be1a889b91c962d39182c31838175f812fc
Author: Katsumi Yamaoka <[email protected]>
Date: Sun May 27 10:31:24 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 7f8e0f9..00473af 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-05-27 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-05-26 Stefan Monnier <[email protected]>
* legacy-gnus-agent.el (gnus-agent-unhook-expire-days):
diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index 9583ff9..bdc0195 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
@@ -522,6 +522,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, master has been updated
hooks/post-receive
--
Gnus Project