summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Magne Ingebrigtsen <larsi@gnus.org>1996-07-04 04:16:24 +0000
committerLars Magne Ingebrigtsen <larsi@gnus.org>1996-07-04 04:16:24 +0000
commita31bed322b7423c6338ae5212febbb6dbd2f4fbe (patch)
treedd24123e77639be4fe695c3fd75c096d497dc560
parent134258a272c13f4a87b4232c0a0680078c85434e (diff)
downloademacs-a31bed322b7423c6338ae5212febbb6dbd2f4fbe.tar.gz
Would infloop under certain conditions.
-rw-r--r--lisp/gnus.el3
1 files changed, 1 insertions, 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)))