Add comment.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 1 Feb 2011 01:18:40 +0000 (17:18 -0800)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 1 Feb 2011 01:18:40 +0000 (17:18 -0800)
lisp/gnus-start.el

index 3879df3..0e12108 100644 (file)
@@ -1700,6 +1700,8 @@ If SCAN, request a scan of that group as well."
                    'retrieve-group-data-early (car method)))
              (when (gnus-check-backend-function 'request-scan (car method))
                (gnus-request-scan nil method))
+             ;; Store the token we get back from -early so that we
+             ;; can pass it to -finish later.
              (setcar (nthcdr 3 elem)
                      (gnus-retrieve-group-data-early method infos)))))))