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
commit5e63cb3a0633310426c750aa7465fe3857350dc5 (patch)
tree3a5385e582611421ddfa7fe0c5018b25b25f6fa6
parenteae26eb6b20ad82c7e155c756918931d1c863675 (diff)
downloademacs-5e63cb3a0633310426c750aa7465fe3857350dc5.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.