From: Lars Magne Ingebrigtsen Date: Thu, 4 Jul 1996 04:16:24 +0000 (+0000) Subject: Would infloop under certain conditions. X-Git-Tag: emacs-19.34~268 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22e46c6555027cbe7a48cc7c27a17c204ad06cc7;p=emacs.git Would infloop under certain conditions. --- 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)))