gnus-group.el (gnus-mark-article-as-read): Fix declaration
authorGlenn Morris <rgm@gnu.org>
Wed, 19 Jun 2013 09:57:26 +0000 (09:57 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 19 Jun 2013 09:57:26 +0000 (09:57 +0000)
lisp/ChangeLog
lisp/gnus-group.el

index cefe450..8c23bba 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 a150c07..8050f5d 100644 (file)
@@ -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)