Mercurial > emacs
changeset 24834:d0ccf995f1ae
(gnus-permanently-visible-groups): Fix custom type.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Sat, 12 Jun 1999 04:07:04 +0000 |
parents | 7b18c1a51e98 |
children | 9b89e017d20a |
files | lisp/gnus/gnus-group.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/gnus/gnus-group.el Sat Jun 12 04:04:14 1999 +0000 +++ b/lisp/gnus/gnus-group.el Sat Jun 12 04:07:04 1999 +0000 @@ -91,7 +91,7 @@ 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.