(gnus-agent-fetch-headers): Use `gnus-union' instead of `union'.
authoryamaoka <yamaoka>
Wed, 24 Nov 1999 13:37:51 +0000 (13:37 +0000)
committeryamaoka <yamaoka>
Wed, 24 Nov 1999 13:37:51 +0000 (13:37 +0000)
lisp/gnus-agent.el

index 5bfd446..7022a87 100644 (file)
@@ -849,8 +849,8 @@ the actual number of articles toggled is returned."
           (setq articles (nthcdr i articles))))
     ;; add article with marks to list of article headers we want to fetch
     (dolist (arts (gnus-info-marks (gnus-get-info group)))
-      (setq articles (union (gnus-uncompress-sequence (cdr arts))
-                           articles)))
+      (setq articles (gnus-union (gnus-uncompress-sequence (cdr arts))
+                                articles)))
     (setq articles (sort articles '<))
     ;; remove known articles
     (when (gnus-agent-load-alist group)