# HG changeset patch # User Karl Heuer # Date 877403079 0 # Node ID 0db4553d47cc7f66fa30c9e287339524c362bb9c # Parent f4b3337de362c9701ab8c135c89eac4d7d55ed79 (custom-group-value-create): Use `custom-group-visibility' instead of `group-visibility'. diff -r f4b3337de362 -r 0db4553d47cc lisp/cus-edit.el --- 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)))