(gnus-agent-fetch-headers): Use `union' instead of `gnus-union'.
authoryamaoka <yamaoka>
Fri, 10 Dec 1999 08:34:38 +0000 (08:34 +0000)
committeryamaoka <yamaoka>
Fri, 10 Dec 1999 08:34:38 +0000 (08:34 +0000)
lisp/gnus-agent.el

index c1eebb1..3b926a6 100644 (file)
@@ -861,8 +861,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 (gnus-union (gnus-uncompress-sequence (cdr arts))
-                                articles)))
+      (setq articles (union (gnus-uncompress-sequence (cdr arts))
+                           articles)))
     (setq articles (sort articles '<))
     ;; remove known articles
     (when (gnus-agent-load-alist group)