From 6b08d5ac5d7c598a310c45c975ef925bde7bc0fb Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 13 Sep 1997 06:29:52 +0000 Subject: [PATCH] (gnus-permanently-visible-groups): Fix customize type. --- lisp/gnus/gnus-group.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.39.5