# HG changeset patch # User Richard M. Stallman # Date 866917420 0 # Node ID 14b3e7eb6a1773939a44387bf847a70f158e1827 # Parent f4682a047be19ce05bced46f311501c137ea5900 (custom-group-value-create): Use group-visibility widget. diff -r f4682a047be1 -r 14b3e7eb6a17 lisp/cus-edit.el --- a/lisp/cus-edit.el Sat Jun 21 18:20:23 1997 +0000 +++ b/lisp/cus-edit.el Sat Jun 21 18:23:40 1997 +0000 @@ -2487,7 +2487,7 @@ 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)))