From: Karl Heuer Date: Sat, 12 Jun 1999 04:07:04 +0000 (+0000) Subject: (gnus-permanently-visible-groups): Fix custom type. X-Git-Tag: emacs-20.4~115 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=eb284ea1f373057ebcc78ceabcc35e80abccf548;p=emacs.git (gnus-permanently-visible-groups): Fix custom type. --- 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.