From: Karl Heuer Date: Tue, 21 Oct 1997 03:04:39 +0000 (+0000) Subject: (custom-group-value-create): Use X-Git-Tag: emacs-20.3~2973 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=98d5aafec11a548c7b8b5853f1aeed3d053a3c43;p=emacs.git (custom-group-value-create): Use `custom-group-visibility' instead of `group-visibility'. --- diff --git a/lisp/cus-edit.el b/lisp/cus-edit.el index 0af690058aa..e10db897f9f 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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)))