[gnus git] branch master updated: n0-17-19-gfe79a9f =1= gnus-start.el (gnus-propagate-marks): Declare.
Katsumi Yamaoka <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via fe79a9fd0767ca6120ed2119cf36189c85f39dad (commit)
from 0356c7f089898537d354d81ce3e4238a2e822d38 (commit)
- Log -----------------------------------------------------------------
commit fe79a9fd0767ca6120ed2119cf36189c85f39dad
Author: Glenn Morris <[email protected]>
Date: Thu May 5 12:02:58 2011 +0000
gnus-start.el (gnus-propagate-marks): Declare.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 5423b64..d3b79da 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-05-05 Glenn Morris <[email protected]>
+
+ * gnus-start.el (gnus-propagate-marks): Declare.
+
2011-05-04 Teodor Zlatanov <[email protected]>
* registry.el (registry-reindex): Fix percentage message.
diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el
index e3b0089..719d0c9 100644
--- a/lisp/gnus-start.el
+++ b/lisp/gnus-start.el
@@ -1491,6 +1491,8 @@ If SCAN, request a scan of that group as well."
;; Return the new active info.
active)))))
+(defvar gnus-propagate-marks) ; gnus-sum
+
(defun gnus-get-unread-articles-in-group (info active &optional update)
(when (and info active)
;; Allow the backend to update the info in the group.
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 4 ++++
lisp/gnus-start.el | 2 ++
2 files changed, 6 insertions(+), 0 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project