From e8576c159b38cd1dc65aee51050a05e6fb191c40 Mon Sep 17 00:00:00 2001 From: Simon Josefsson Date: Sat, 25 May 2002 15:22:47 +0000 Subject: [PATCH 1/1] * gnus.el (gnus-large-newsgroup): Fix :type. --- lisp/ChangeLog | 2 ++ lisp/gnus.el | 3 ++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 58176eb78..d28a27705 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,7 @@ 2002-05-25 Simon Josefsson + * gnus.el (gnus-large-newsgroup): Fix :type. + * nnimap.el (nnimap-nov-is-evil): Change default to t (because the Agent cache NOV's by default now). (nnimap-nov-is-evil): Make it default to `gnus-agent' instead. diff --git a/lisp/gnus.el b/lisp/gnus.el index 01e2aa2f3..d64c59086 100644 --- a/lisp/gnus.el +++ b/lisp/gnus.el @@ -1269,7 +1269,8 @@ If the number of articles in a newsgroup is greater than this value, confirmation is required for selecting the newsgroup. If it is `nil', no confirmation is required." :group 'gnus-group-select - :type 'integer) + :type '(choice (const :tag "No limit" nil) + integer)) (defcustom gnus-use-long-file-name (not (memq system-type '(usg-unix-v xenix))) "*Non-nil means that the default name of a file to save articles in is the group name. -- 2.25.1