From 22e46c6555027cbe7a48cc7c27a17c204ad06cc7 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Thu, 4 Jul 1996 04:16:24 +0000 Subject: [PATCH] Would infloop under certain conditions. --- lisp/gnus.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/gnus.el b/lisp/gnus.el index 771b82f4955..29c2b274c20 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -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))) -- 2.39.2