diff options
author | Richard M. Stallman <rms@gnu.org> | 1997-06-21 18:23:40 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1997-06-21 18:23:40 +0000 |
commit | 043ee6f6710a4ea766686a02b18189f603e7ebcc (patch) | |
tree | e3b1d9ae333a162c03e335512fad976795b21f57 /lisp | |
parent | 26c7b3ef79aeeb2a59cf61f31a1ec950cf4a496c (diff) | |
download | emacs-043ee6f6710a4ea766686a02b18189f603e7ebcc.tar.gz emacs-043ee6f6710a4ea766686a02b18189f603e7ebcc.tar.bz2 emacs-043ee6f6710a4ea766686a02b18189f603e7ebcc.zip |
(custom-group-value-create): Use group-visibility widget.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/cus-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
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))) |