# HG changeset patch # User Per Abrahamsen # Date 1014542081 0 # Node ID c092c3c652513139b5982d05d58ff9cd4b9a436d # Parent e72807f0a5797a8768bf8c6769a21f25759660f3 2002-02-24 Per Abrahamsen * cus-edit.el (custom-unlispify-remove-prefixes): Add to `custom-buffer' customize group. diff -r e72807f0a579 -r c092c3c65251 lisp/ChangeLog --- a/lisp/ChangeLog Sun Feb 24 01:21:32 2002 +0000 +++ b/lisp/ChangeLog Sun Feb 24 09:14:41 2002 +0000 @@ -1,3 +1,8 @@ +2002-02-24 Per Abrahamsen + + * cus-edit.el (custom-unlispify-remove-prefixes): Add to + `custom-buffer' customize group. + 2002-02-23 Kim F. Storm * help.el (where-is): Use remap-command. diff -r e72807f0a579 -r c092c3c65251 lisp/cus-edit.el --- a/lisp/cus-edit.el Sun Feb 24 01:21:32 2002 +0000 +++ b/lisp/cus-edit.el Sun Feb 24 09:14:41 2002 +0000 @@ -431,6 +431,7 @@ (defcustom custom-unlispify-remove-prefixes nil "Non-nil means remove group prefixes from option names in buffer." :group 'custom-menu + :group 'custom-buffer :type 'boolean) (defun custom-unlispify-menu-entry (symbol &optional no-suffix)