From 42b4edc55073c042bb4fc39e0a2b05d19c241283 Mon Sep 17 00:00:00 2001 From: Per Abrahamsen Date: Sun, 24 Feb 2002 09:14:41 +0000 Subject: [PATCH] 2002-02-24 Per Abrahamsen * cus-edit.el (custom-unlispify-remove-prefixes): Add to `custom-buffer' customize group. --- lisp/ChangeLog | 5 +++++ lisp/cus-edit.el | 1 + 2 files changed, 6 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index db8279189bb..52edee396f4 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/lisp/cus-edit.el b/lisp/cus-edit.el index f624aa73adf..eb7fe0472a5 100644 --- a/lisp/cus-edit.el +++ b/lisp/cus-edit.el @@ -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) -- 2.39.2