Mercurial > emacs
changeset 19911:b315a244840b
(gnus-permanently-visible-groups): Fix customize type.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 13 Sep 1997 06:29:52 +0000 |
parents | 103cd29aea6f |
children | 4355457d9749 |
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 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.