gnus-start.el (gnus-read-active-file-1): Don't add method to gnus-have-read-active...
authorKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 22 Oct 2010 01:36:00 +0000 (01:36 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Fri, 22 Oct 2010 01:36:00 +0000 (01:36 +0000)
lisp/ChangeLog
lisp/gnus-start.el

index 7fbd0a1..792ee33 100644 (file)
@@ -1,3 +1,8 @@
+2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus-start.el (gnus-read-active-file-1): Don't add method to
+       gnus-have-read-active-file if it's already been in.
+
 2010-10-22  Tom Tromey  <tromey@redhat.com>
 
        * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
index 26da22e..dafcd64 100644 (file)
@@ -2090,7 +2090,7 @@ If SCAN, request a scan of that group as well."
          (gnus-message 5 "%s" mesg)
          (gnus-active-to-gnus-format method gnus-active-hashtb nil t)
          ;; We mark this active file as read.
-         (push method gnus-have-read-active-file)
+         (add-to-list 'gnus-have-read-active-file method)
          (gnus-message 5 "%sdone" mesg)))))))
 
 (defun gnus-read-active-file-2 (groups method)