From 043ee6f6710a4ea766686a02b18189f603e7ebcc Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 21 Jun 1997 18:23:40 +0000 Subject: [PATCH] (custom-group-value-create): Use group-visibility widget. --- 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 6f91c2579f2..1740411a2fc 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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))) -- 2.39.5