diff options
| author | Lars Magne Ingebrigtsen | 1996-07-04 04:16:24 +0000 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 1996-07-04 04:16:24 +0000 |
| commit | 22e46c6555027cbe7a48cc7c27a17c204ad06cc7 (patch) | |
| tree | 9baf26fe08e922869125e67015d969e9c69e2e87 | |
| parent | a9ddf1e8cc40d32770f43da1c5079e970a205065 (diff) | |
| download | emacs-22e46c6555027cbe7a48cc7c27a17c204ad06cc7.tar.gz emacs-22e46c6555027cbe7a48cc7c27a17c204ad06cc7.zip | |
Would infloop under certain conditions.
| -rw-r--r-- | lisp/gnus.el | 3 |
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." | |||
| 8606 | ;; If the article lies outside the current limit, | 8606 | ;; If the article lies outside the current limit, |
| 8607 | ;; then we do not display it. | 8607 | ;; then we do not display it. |
| 8608 | ((and (not (memq number gnus-newsgroup-limit)) | 8608 | ((and (not (memq number gnus-newsgroup-limit)) |
| 8609 | ;(not gnus-tmp-dummy-line) | 8609 | (not gnus-tmp-dummy-line)) |
| 8610 | ) | ||
| 8611 | (setq gnus-tmp-gathered | 8610 | (setq gnus-tmp-gathered |
| 8612 | (nconc (mapcar | 8611 | (nconc (mapcar |
| 8613 | (lambda (h) (mail-header-number (car h))) | 8612 | (lambda (h) (mail-header-number (car h))) |