diff lisp/gnus/gnus-group.el @ 24834:d0ccf995f1ae

(gnus-permanently-visible-groups): Fix custom type.
author Karl Heuer <kwzh@gnu.org>
date Sat, 12 Jun 1999 04:07:04 +0000
parents 15fc6acbae7a
children 9968f55ad26e
line wrap: on
line diff
--- a/lisp/gnus/gnus-group.el	Sat Jun 12 04:04:14 1999 +0000
+++ b/lisp/gnus/gnus-group.el	Sat Jun 12 04:07:04 1999 +0000
@@ -91,7 +91,7 @@
 
 If nil, no groups are permanently visible."
   :group 'gnus-group-listing
-  :type 'regexp)
+  :type '(choice regexp (const nil)))
 
 (defcustom gnus-list-groups-with-ticked-articles t
   "*If non-nil, list groups that have only ticked articles.