]> git.eshelyaron.com Git - emacs.git/commitdiff
(custom-group-value-create): Use
authorKarl Heuer <kwzh@gnu.org>
Tue, 21 Oct 1997 03:04:39 +0000 (03:04 +0000)
committerKarl Heuer <kwzh@gnu.org>
Tue, 21 Oct 1997 03:04:39 +0000 (03:04 +0000)
`custom-group-visibility' instead of `group-visibility'.

lisp/cus-edit.el

index 0af690058aa9fb1f8cace7c612f1a1095317846e..e10db897f9fc521f93e3f230c9e2c49afe8337f8 100644 (file)
@@ -2714,7 +2714,7 @@ If GROUPS-ONLY non-nil, return only those members that are groups."
                      symbol)
                     buttons)
             (push (widget-create-child-and-convert 
-                   widget 'group-visibility
+                   widget 'custom-group-visibility
                    :help-echo "Show members of this group."
                    :action 'custom-toggle-parent
                    (not (eq state 'hidden)))