From eb284ea1f373057ebcc78ceabcc35e80abccf548 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Sat, 12 Jun 1999 04:07:04 +0000 Subject: [PATCH] (gnus-permanently-visible-groups): Fix custom 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 4eea2c01923..c881f5976d9 100644 --- a/lisp/gnus/gnus-group.el +++ b/lisp/gnus/gnus-group.el @@ -91,7 +91,7 @@ unread articles in the groups. 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. -- 2.39.5