* gnus.el (gnus-large-newsgroup): Fix :type.
authorSimon Josefsson <jas@extundo.com>
Sat, 25 May 2002 15:22:47 +0000 (15:22 +0000)
committerSimon Josefsson <jas@extundo.com>
Sat, 25 May 2002 15:22:47 +0000 (15:22 +0000)
lisp/ChangeLog
lisp/gnus.el

index 58176eb..d28a277 100644 (file)
@@ -1,5 +1,7 @@
 2002-05-25  Simon Josefsson  <jas@extundo.com>
 
+       * 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.
index 01e2aa2..d64c590 100644 (file)
@@ -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.