* lisp/gnus/gnus-group.el (gnus-mark-article-as-read): Fix declaration.
authorGlenn Morris <rgm@gnu.org>
Wed, 19 Jun 2013 07:23:06 +0000 (00:23 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 19 Jun 2013 07:23:06 +0000 (00:23 -0700)
lisp/gnus/ChangeLog
lisp/gnus/gnus-group.el

index 22f667d..d0fcaca 100644 (file)
@@ -1,3 +1,7 @@
+2013-06-19  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-group.el (gnus-mark-article-as-read): Fix declaration.
+
 2013-06-18  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * auth-source.el (auth-source-netrc-parse-entries): Remove debugging.
index 30ce184..2078773 100644 (file)
@@ -4661,7 +4661,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)