# HG changeset patch # User Karl Heuer # Date 929160424 0 # Node ID d0ccf995f1ae3c4f57c8c6acfee7455616e708ae # Parent 7b18c1a51e98c3f7d292b81f82d262fdb507a1ad (gnus-permanently-visible-groups): Fix custom type. diff -r 7b18c1a51e98 -r d0ccf995f1ae lisp/gnus/gnus-group.el --- 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.