changeset 43508:c092c3c65251

2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk> * cus-edit.el (custom-unlispify-remove-prefixes): Add to `custom-buffer' customize group.
author Per Abrahamsen <abraham@dina.kvl.dk>
date Sun, 24 Feb 2002 09:14:41 +0000
parents e72807f0a579
children d4b9f0aaf4f7
files lisp/ChangeLog lisp/cus-edit.el
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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  <abraham@dina.kvl.dk>
+
+	* cus-edit.el (custom-unlispify-remove-prefixes): Add to
+	`custom-buffer' customize group.
+
 2002-02-23  Kim F. Storm  <storm@cua.dk>
 
 	* help.el (where-is): Use remap-command.
--- 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)