# HG changeset patch # User Richard M. Stallman # Date 874132192 0 # Node ID b315a244840bb51d08a954748b9f551901074359 # Parent 103cd29aea6fc0606c1f85d2d102bdb04600ffbb (gnus-permanently-visible-groups): Fix customize type. diff -r 103cd29aea6f -r b315a244840b lisp/gnus/gnus-group.el --- a/lisp/gnus/gnus-group.el Sat Sep 13 06:25:46 1997 +0000 +++ b/lisp/gnus/gnus-group.el Sat Sep 13 06:29:52 1997 +0000 @@ -87,7 +87,7 @@ 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.