Importing Pterodactyl Gnus v0.97.
[elisp/gnus.git-] / lisp / gnus-srvr.el
index 7d15a9f..50048bc 100644 (file)
@@ -592,11 +592,12 @@ The following commands are available:
          (goto-char (point-min))
          (unless (string= gnus-ignored-newsgroups "")
            (delete-matching-lines gnus-ignored-newsgroups))
-         (while (and (not (eobp)) (forward-line))
+         (while (not (eobp)) 
            (ignore-errors
              (push (cons (read cur)
                          (max 0 (- (1+ (read cur)) (read cur))))
-                   groups)))))
+                   groups))
+           (forward-line))))
       (setq groups (sort groups
                         (lambda (l1 l2)
                           (string< (car l1) (car l2)))))