]> git.eshelyaron.com Git - emacs.git/commitdiff
2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
authorPer Abrahamsen <abraham@dina.kvl.dk>
Sun, 24 Feb 2002 09:14:41 +0000 (09:14 +0000)
committerPer Abrahamsen <abraham@dina.kvl.dk>
Sun, 24 Feb 2002 09:14:41 +0000 (09:14 +0000)
* cus-edit.el (custom-unlispify-remove-prefixes): Add to
`custom-buffer' customize group.

lisp/ChangeLog
lisp/cus-edit.el

index db8279189bb6554e8a643a18eebe03a3999f857f..52edee396f405e7b996ce11ab3dbbd37efb4a5f3 100644 (file)
@@ -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.
index f624aa73adfce781fa39432f5f24f12f57d0fb61..eb7fe0472a5aad16d493a5272885ec6ee2312e22 100644 (file)
@@ -431,6 +431,7 @@ WIDGET is the widget to apply the filter entries of MENU on."
 (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)