[gnus git] branch master updated: m0-7-264-g23c6fe6 =1= gnus-msg.el (gnus-setup-message): Fix last commit
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 23c6fe6e28b8b6f356bae60e2fc773c41cd8b540 (commit)
from 53b7ac7bdfbcfae0f490102b952d7b9d08c94a3c (commit)
- Log -----------------------------------------------------------------
commit 23c6fe6e28b8b6f356bae60e2fc773c41cd8b540
Author: Katsumi Yamaoka <[email protected]>
Date: Mon Dec 9 00:35:04 2013 +0000
gnus-msg.el (gnus-setup-message): Fix last commit
diff --git a/lisp/gnus-msg.el b/lisp/gnus-msg.el
index f5045e9..87eb6af 100644
--- a/lisp/gnus-msg.el
+++ b/lisp/gnus-msg.el
@@ -433,12 +433,14 @@ Thank you for your help in stamping out bugs.
(,buffer (buffer-name (current-buffer)))
(,article (if (and (gnus-nnir-group-p gnus-newsgroup-name)
gnus-article-reply)
- (nnir-article-number (length gnus-article-reply))
+ (nnir-article-number (or (car-safe gnus-article-reply)
+ gnus-article-reply))
gnus-article-reply))
(,yanked gnus-article-yanked-articles)
(,group (if (and (gnus-nnir-group-p gnus-newsgroup-name)
gnus-article-reply)
- (nnir-article-group (length gnus-article-reply))
+ (nnir-article-group (or (car-safe gnus-article-reply)
+ gnus-article-reply))
gnus-newsgroup-name))
(message-header-setup-hook
(copy-sequence message-header-setup-hook))
-----------------------------------------------------------------------
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/gnus-msg.el | 6 ++++--
1 file changed, 4 insertions(+), 2 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