diff options
author | Andreas Schwab <schwab@suse.de> | 1998-06-24 09:11:55 +0000 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 1998-06-24 09:11:55 +0000 |
commit | a994a6db0328dc214a38e3fe7c783607538970ab (patch) | |
tree | 0d6f9dbc76cd8d41354d35181ec1f651f7b6960f /lisp/gnus | |
parent | e04c9f73cfe8074997163fee343ea71d44d54e98 (diff) | |
download | emacs-a994a6db0328dc214a38e3fe7c783607538970ab.tar.gz |
(gnus-use-article-prefetch): Use `other'
widget type.
Diffstat (limited to 'lisp/gnus')
-rw-r--r-- | lisp/gnus/gnus-async.el | 4 |
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. |