[gnus git] branch master updated: m0-7-129-gdc196ee =1= gnus-group.el (gnus-mark-article-as-read): Fix declaration
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via dc196ee6fc713b91be7b8f83ff53ced7c7aba0e4 (commit)
from 13a1c6cac693fef51298e6858c670af67d98b64d (commit)
- Log -----------------------------------------------------------------
commit dc196ee6fc713b91be7b8f83ff53ced7c7aba0e4
Author: Glenn Morris <[email protected]>
Date: Wed Jun 19 09:57:26 2013 +0000
gnus-group.el (gnus-mark-article-as-read): Fix declaration
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cefe450..8c23bba 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-19 Glenn Morris <[email protected]>
+
+ * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
+
2013-06-18 Teodor Zlatanov <[email protected]>
* auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
diff --git a/lisp/gnus-group.el b/lisp/gnus-group.el
index a150c07..8050f5d 100644
--- a/lisp/gnus-group.el
+++ b/lisp/gnus-group.el
@@ -4663,7 +4663,7 @@ you the groups that have both dormant articles and cached articles."
(let ((gnus-group-list-option 'limit))
(gnus-group-list-plus args)))
-(declare-function gnus-mark-article-as-read "gnu-sum" (article &optional mark))
+(declare-function gnus-mark-article-as-read "gnus-sum" (article &optional mark))
(declare-function gnus-group-make-articles-read "gnus-sum" (group articles))
(defun gnus-group-mark-article-read (group article)
-----------------------------------------------------------------------
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 | 4 ++++
lisp/gnus-group.el | 2 +-
2 files changed, 5 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, master has been updated
hooks/post-receive
--
Gnus Project