From 6f7da0ee304a855857b48400eadef1d5efe757dd Mon Sep 17 00:00:00 2001 From: yamaoka Date: Mon, 8 Feb 1999 23:53:03 +0000 Subject: [PATCH] * (gnus-articles-to-read): Use maximum number in default instead of `gnus-large-newsgroup'. --- lisp/gnus-sum.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index e4bc1d6..7aca2ab 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -3977,7 +3977,7 @@ If SELECT-ARTICLES, only select those articles from GROUP." number) (number-to-string gnus-large-newsgroup)))) (if (string-match "^[ \t]*$" input) - gnus-large-newsgroup + number input))) ((and (> scored marked) (< scored number) (> (- scored number) 20)) -- 1.7.10.4