From: Richard M. Stallman Date: Sat, 21 Jun 1997 18:23:40 +0000 (+0000) Subject: (custom-group-value-create): Use group-visibility widget. X-Git-Tag: emacs-20.1~1578 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=043ee6f6710a4ea766686a02b18189f603e7ebcc;p=emacs.git (custom-group-value-create): Use group-visibility widget. --- 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)))