diff options
| author | Glenn Morris <rgm@gnu.org> | 2013-06-19 00:23:06 -0700 |
|---|---|---|
| committer | Glenn Morris <rgm@gnu.org> | 2013-06-19 00:23:06 -0700 |
| commit | d766036a57a4bd04f49819f29b094f1ea2fdfa88 (patch) | |
| tree | c65f7b50aed5c91d4ae4da3697f3e1353407a2f7 /lisp/gnus/gnus-group.el | |
| parent | bdd779ec7d1f52ca75bb568b5c16272b68131698 (diff) | |
| download | emacs-d766036a57a4bd04f49819f29b094f1ea2fdfa88.tar.gz | |
* lisp/gnus/gnus-group.el (gnus-mark-article-as-read): Fix declaration.
Diffstat (limited to 'lisp/gnus/gnus-group.el')
| -rw-r--r-- | lisp/gnus/gnus-group.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index 30ce184ed66..207877364fe 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -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) |
