]> git.eshelyaron.com Git - emacs.git/commitdiff
Would infloop under certain conditions.
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 4 Jul 1996 04:16:24 +0000 (04:16 +0000)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 4 Jul 1996 04:16:24 +0000 (04:16 +0000)
lisp/gnus.el

index 771b82f49553916ade044b1290dfe758c23e86d6..29c2b274c203e7c47752d27ae3ba2bff5fb6a42a 100644 (file)
@@ -8606,8 +8606,7 @@ or a straight list of headers."
           ;; If the article lies outside the current limit,
           ;; then we do not display it.
           ((and (not (memq number gnus-newsgroup-limit))
-                ;(not gnus-tmp-dummy-line)
-                )
+                (not gnus-tmp-dummy-line))
            (setq gnus-tmp-gathered
                  (nconc (mapcar
                          (lambda (h) (mail-header-number (car h)))