mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
* lisp/gnus/gnus-group.el (gnus-mark-article-as-read): Fix declaration.
This commit is contained in:
parent
bdd779ec7d
commit
d766036a57
2 changed files with 5 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue