diff options
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/gnus-group.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 22f667daf18..d0fcacab1eb 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-06-19 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * gnus-group.el (gnus-mark-article-as-read): Fix declaration. | ||
| 4 | |||
| 1 | 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com> | 5 | 2013-06-18 Teodor Zlatanov <tzz@lifelogs.com> |
| 2 | 6 | ||
| 3 | * auth-source.el (auth-source-netrc-parse-entries): Remove debugging. | 7 | * auth-source.el (auth-source-netrc-parse-entries): Remove debugging. |
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." | |||
| 4661 | (let ((gnus-group-list-option 'limit)) | 4661 | (let ((gnus-group-list-option 'limit)) |
| 4662 | (gnus-group-list-plus args))) | 4662 | (gnus-group-list-plus args))) |
| 4663 | 4663 | ||
| 4664 | (declare-function gnus-mark-article-as-read "gnu-sum" (article &optional mark)) | 4664 | (declare-function gnus-mark-article-as-read "gnus-sum" (article &optional mark)) |
| 4665 | (declare-function gnus-group-make-articles-read "gnus-sum" (group articles)) | 4665 | (declare-function gnus-group-make-articles-read "gnus-sum" (group articles)) |
| 4666 | 4666 | ||
| 4667 | (defun gnus-group-mark-article-read (group article) | 4667 | (defun gnus-group-mark-article-read (group article) |