From 98d5aafec11a548c7b8b5853f1aeed3d053a3c43 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Tue, 21 Oct 1997 03:04:39 +0000 Subject: [PATCH] (custom-group-value-create): Use `custom-group-visibility' instead of `group-visibility'. --- lisp/cus-edit.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))) -- 2.39.2