From: Richard M. Stallman Date: Sat, 13 Sep 1997 06:29:52 +0000 (+0000) Subject: (gnus-permanently-visible-groups): Fix customize type. X-Git-Tag: emacs-20.1~37 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6b08d5ac5d7c598a310c45c975ef925bde7bc0fb;p=emacs.git (gnus-permanently-visible-groups): Fix customize type. --- diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el index eec47aaa06e..521fd21d0dd 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -87,7 +87,7 @@ with the best level." This means that they will still be listed when there are no unread articles in the groups." :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.