* lisp/gnus/gnus-start.el (gnus-propagate-marks): Declare.
authorGlenn Morris <rgm@gnu.org>
Thu, 5 May 2011 06:56:54 +0000 (23:56 -0700)
committerGlenn Morris <rgm@gnu.org>
Thu, 5 May 2011 06:56:54 +0000 (23:56 -0700)
lisp/gnus/ChangeLog
lisp/gnus/gnus-start.el

index 4912855..2e8df57 100644 (file)
@@ -1,3 +1,7 @@
+2011-05-05  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-start.el (gnus-propagate-marks): Declare.
+
 2011-05-04  Teodor Zlatanov  <tzz@lifelogs.com>
 
        * registry.el (registry-reindex): Fix percentage message.
index e3b0089..719d0c9 100644 (file)
@@ -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.