]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-group-value-create): Use group-visibility widget.
authorRichard M. Stallman <rms@gnu.org>
Sat, 21 Jun 1997 18:23:40 +0000 (18:23 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 21 Jun 1997 18:23:40 +0000 (18:23 +0000)
lisp/cus-edit.el

index 6f91c2579f25688b3a17eb5fabd72f748b9b650b..1740411a2fc74daaccc25979af22b41f45098bcd 100644 (file)
@@ -2487,7 +2487,7 @@ and so forth.  The remaining group tags are shown with
                      symbol)
                     buttons)
             (push (widget-create-child-and-convert 
-                   widget 'visibility
+                   widget 'group-visibility
                    :help-echo "Show members of this group."
                    :action 'custom-toggle-parent
                    (not (eq state 'hidden)))