Mercurial > emacs
changeset 18368:14b3e7eb6a17
(custom-group-value-create): Use group-visibility widget.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 21 Jun 1997 18:23:40 +0000 |
parents | f4682a047be1 |
children | ffdf3d404802 |
files | lisp/cus-edit.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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)))