diff options
author | Karl Heuer <kwzh@gnu.org> | 1997-10-21 03:04:39 +0000 |
---|---|---|
committer | Karl Heuer <kwzh@gnu.org> | 1997-10-21 03:04:39 +0000 |
commit | 98d5aafec11a548c7b8b5853f1aeed3d053a3c43 (patch) | |
tree | 32b279e737d5ce10a66e0660e7cd69a008cf0d68 /lisp | |
parent | 5be75283b34382bc587142f0fe76474345cc2122 (diff) | |
download | emacs-98d5aafec11a548c7b8b5853f1aeed3d053a3c43.tar.gz emacs-98d5aafec11a548c7b8b5853f1aeed3d053a3c43.tar.bz2 emacs-98d5aafec11a548c7b8b5853f1aeed3d053a3c43.zip |
(custom-group-value-create): Use
`custom-group-visibility' instead of `group-visibility'.
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 0af690058aa..e10db897f9f 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -2714,7 +2714,7 @@ If GROUPS-ONLY non-nil, return only those members that are groups." symbol) buttons) (push (widget-create-child-and-convert - widget 'group-visibility + widget 'custom-group-visibility :help-echo "Show members of this group." :action 'custom-toggle-parent (not (eq state 'hidden))) |