summaryrefslogtreecommitdiff
path: root/lisp/gnus/gnus-async.el
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>1998-06-24 09:11:55 +0000
committerAndreas Schwab <schwab@suse.de>1998-06-24 09:11:55 +0000
commita994a6db0328dc214a38e3fe7c783607538970ab (patch)
tree0d6f9dbc76cd8d41354d35181ec1f651f7b6960f /lisp/gnus/gnus-async.el
parente04c9f73cfe8074997163fee343ea71d44d54e98 (diff)
downloademacs-a994a6db0328dc214a38e3fe7c783607538970ab.tar.gz
(gnus-use-article-prefetch): Use `other'
widget type.
Diffstat (limited to 'lisp/gnus/gnus-async.el')
-rw-r--r--lisp/gnus/gnus-async.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/gnus/gnus-async.el b/lisp/gnus/gnus-async.el
index b8d4d130017..5c8a5bf1b71 100644
--- a/lisp/gnus/gnus-async.el
+++ b/lisp/gnus/gnus-async.el
@@ -47,8 +47,8 @@ If a number, prefetch only that many articles forward;
if t, prefetch as many articles as possible."
:group 'gnus-asynchronous
:type '(choice (const :tag "off" nil)
- (const :tag "all" t)
- (integer :tag "some" 0)))
+ (integer :tag "some" 0)
+ (other :tag "all" t)))
(defcustom gnus-prefetched-article-deletion-strategy '(read exit)
"List of symbols that say when to remove articles from the prefetch buffer.