[gnus git] branch no-gnus updated: m0-1-65-g35d8e69 =1= Fix bug with `C-u a' on topics
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 35d8e6941878312c4d8014c4041e9ea830b7dfc8 (commit)
from bf0214b4a533ba808c8685f58ddffb5b71dcebea (commit)
- Log -----------------------------------------------------------------
commit 35d8e6941878312c4d8014c4041e9ea830b7dfc8
Author: Lars Ingebrigtsen <[email protected]>
Date: Mon Feb 20 09:37:21 2012 +0100
Fix bug with `C-u a' on topics
* gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
topics (bug#10843).
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 440b9e6..8d3a26a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2012-02-20 Lars Ingebrigtsen <[email protected]>
+ * gnus-msg.el (gnus-group-post-news): Don't bug out on `C-u a' on
+ topics (bug#10843).
+
* nnimap.el (nnimap-log-command): Add the IMAP address to the log
buffer. Suggested by Herbert Valerio Riedel.
(nnimap-request-move-article): Delete the message from the correct IMAP
diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index f92dc5e..bf75f94 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
@@ -640,7 +640,7 @@ a news."
(if (= 1 (prefix-numeric-value arg))
(gnus-group-completing-read "Newsgroup" nil
(gnus-read-active-file-p))
- (gnus-group-group-name))
+ (or (gnus-group-group-name) ""))
""))
;; make sure last viewed article doesn't affect posting styles:
(gnus-article-copy))
-----------------------------------------------------------------------
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 | 3 +++
lisp/gnus-msg.el | 2 +-
2 files changed, 4 insertions(+), 1 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