aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/cus-edit.el1
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index db8279189bb..52edee396f4 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
2
3 * cus-edit.el (custom-unlispify-remove-prefixes): Add to
4 `custom-buffer' customize group.
5
12002-02-23 Kim F. Storm <storm@cua.dk> 62002-02-23 Kim F. Storm <storm@cua.dk>
2 7
3 * help.el (where-is): Use remap-command. 8 * 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."
431(defcustom custom-unlispify-remove-prefixes nil 431(defcustom custom-unlispify-remove-prefixes nil
432 "Non-nil means remove group prefixes from option names in buffer." 432 "Non-nil means remove group prefixes from option names in buffer."
433 :group 'custom-menu 433 :group 'custom-menu
434 :group 'custom-buffer
434 :type 'boolean) 435 :type 'boolean)
435 436
436(defun custom-unlispify-menu-entry (symbol &optional no-suffix) 437(defun custom-unlispify-menu-entry (symbol &optional no-suffix)