summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-09-13 06:29:52 +0000
committerRichard M. Stallman <rms@gnu.org>1997-09-13 06:29:52 +0000
commit6b08d5ac5d7c598a310c45c975ef925bde7bc0fb (patch)
tree937811da30f96f6ff89617ec52d8ee654e571161
parent83be5c8c3e4a2ae7c010db8c6a151ba01458a0aa (diff)
downloademacs-6b08d5ac5d7c598a310c45c975ef925bde7bc0fb.tar.gz
(gnus-permanently-visible-groups): Fix customize type.
-rw-r--r--lisp/gnus/gnus-group.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/gnus-group.el b/lisp/gnus/gnus-group.el
index eec47aaa06e..521fd21d0dd 100644
--- a/lisp/gnus/gnus-group.el
+++ b/lisp/gnus/gnus-group.el
@@ -87,7 +87,7 @@ with the best level."
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.