(gnus-read-active-file-1): Remove dead parameter infos.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 1 Feb 2011 01:58:27 +0000 (17:58 -0800)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Tue, 1 Feb 2011 01:58:27 +0000 (17:58 -0800)
lisp/ChangeLog
lisp/gnus-start.el

index 82b88c0..54f5c3b 100644 (file)
@@ -1,3 +1,7 @@
+2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
+
 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
 
        * gnus-art.el (article-transform-date): Rewrite to still work when
index b66c28b..0546226 100644 (file)
@@ -1764,7 +1764,7 @@ If SCAN, request a scan of that group as well."
         method)))
      ;; All backends have -request-list.
      ((gnus-check-backend-function 'request-list (car method))
-      (gnus-read-active-file-1 method nil infos))
+      (gnus-read-active-file-1 method nil))
      ;; Unless nnvirtual and friends, where we request each group, one
      ;; by one.
      (t
@@ -1995,7 +1995,7 @@ If SCAN, request a scan of that group as well."
               (message "Quit reading the active file")
               nil))))))))
 
-(defun gnus-read-active-file-1 (method force &optional infos)
+(defun gnus-read-active-file-1 (method force)
   (let (where mesg)
     (setq where (nth 1 method)
          mesg (format "Reading active file%s via %s..."