changeset 15594:d4c3b52a5591

Would infloop under certain conditions.
author Lars Magne Ingebrigtsen <larsi@gnus.org>
date Thu, 04 Jul 1996 04:16:24 +0000
parents 88900acd9f99
children 0d4a7f47f31d
files lisp/gnus.el
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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)))