From 8e6167a150bfeaf3406f01561cb6936637f05c33 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 4 May 2011 23:56:54 -0700 Subject: [PATCH] * lisp/gnus/gnus-start.el (gnus-propagate-marks): Declare. --- lisp/gnus/ChangeLog | 4 ++++ lisp/gnus/gnus-start.el | 2 ++ 2 files changed, 6 insertions(+) diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 49128552e00..2e8df577f61 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,7 @@ +2011-05-05 Glenn Morris + + * gnus-start.el (gnus-propagate-marks): Declare. + 2011-05-04 Teodor Zlatanov * registry.el (registry-reindex): Fix percentage message. diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el index e3b0089cea9..719d0c9e472 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/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. -- 2.39.2