2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>

* cus-edit.el (custom-unlispify-remove-prefixes): Add to
	`custom-buffer' customize group.
This commit is contained in:
Per Abrahamsen 2002-02-24 09:14:41 +00:00
parent 120deb3d71
commit 42b4edc550
2 changed files with 6 additions and 0 deletions

View 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.

View 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)