diff options
| author | Andreas Schwab | 1998-06-24 09:11:55 +0000 |
|---|---|---|
| committer | Andreas Schwab | 1998-06-24 09:11:55 +0000 |
| commit | a994a6db0328dc214a38e3fe7c783607538970ab (patch) | |
| tree | 0d6f9dbc76cd8d41354d35181ec1f651f7b6960f | |
| parent | e04c9f73cfe8074997163fee343ea71d44d54e98 (diff) | |
| download | emacs-a994a6db0328dc214a38e3fe7c783607538970ab.tar.gz emacs-a994a6db0328dc214a38e3fe7c783607538970ab.zip | |
(gnus-use-article-prefetch): Use `other'
widget type.
| -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; | |||
| 47 | if t, prefetch as many articles as possible." | 47 | if t, prefetch as many articles as possible." |
| 48 | :group 'gnus-asynchronous | 48 | :group 'gnus-asynchronous |
| 49 | :type '(choice (const :tag "off" nil) | 49 | :type '(choice (const :tag "off" nil) |
| 50 | (const :tag "all" t) | 50 | (integer :tag "some" 0) |
| 51 | (integer :tag "some" 0))) | 51 | (other :tag "all" t))) |
| 52 | 52 | ||
| 53 | (defcustom gnus-prefetched-article-deletion-strategy '(read exit) | 53 | (defcustom gnus-prefetched-article-deletion-strategy '(read exit) |
| 54 | "List of symbols that say when to remove articles from the prefetch buffer. | 54 | "List of symbols that say when to remove articles from the prefetch buffer. |