# HG changeset patch # User Lars Magne Ingebrigtsen # Date 836453784 0 # Node ID d4c3b52a5591968fd8b2d85ebddb136d49cdf476 # Parent 88900acd9f995d34165a697162f4a9c3094c2240 Would infloop under certain conditions. diff -r 88900acd9f99 -r d4c3b52a5591 lisp/gnus.el --- a/lisp/gnus.el Wed Jul 03 23:05:19 1996 +0000 +++ b/lisp/gnus.el Thu Jul 04 04:16:24 1996 +0000 @@ -8606,8 +8606,7 @@ ;; 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)))