From: Lars Magne Ingebrigtsen Date: Tue, 1 Feb 2011 01:18:40 +0000 (-0800) Subject: Add comment. X-Git-Url: http://cgit.sxemacs.org/?a=commitdiff_plain;h=c6096e378841e4478896caa06a2e656d02e2a0bc;p=gnus Add comment. --- diff --git a/lisp/gnus-start.el b/lisp/gnus-start.el index 3879df3c4..0e1210856 100644 --- a/lisp/gnus-start.el +++ b/lisp/gnus-start.el @@ -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)))))))