* lisp/gnus/gnus-group.el (gnus-mark-article-as-read): Fix declaration.
[bpt/emacs.git] / lisp / gnus / gnus-group.el
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)