Mercurial > emacs
changeset 20100:0db4553d47cc
(custom-group-value-create): Use
`custom-group-visibility' instead of `group-visibility'.
author | Karl Heuer <kwzh@gnu.org> |
---|---|
date | Tue, 21 Oct 1997 03:04:39 +0000 |
parents | f4b3337de362 |
children | 1920690627a2 |
files | lisp/cus-edit.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/cus-edit.el Tue Oct 21 02:59:21 1997 +0000 +++ b/lisp/cus-edit.el Tue Oct 21 03:04:39 1997 +0000 @@ -2714,7 +2714,7 @@ 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)))