aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPer Abrahamsen2002-02-24 09:14:41 +0000
committerPer Abrahamsen2002-02-24 09:14:41 +0000
commit42b4edc55073c042bb4fc39e0a2b05d19c241283 (patch)
tree2104f8d80b80e59854866fb9ad179b4e79b8b0fb
parent120deb3d718e2f94220f66b1fa46c963a33f5c1a (diff)
downloademacs-42b4edc55073c042bb4fc39e0a2b05d19c241283.tar.gz
emacs-42b4edc55073c042bb4fc39e0a2b05d19c241283.zip
2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk>
* cus-edit.el (custom-unlispify-remove-prefixes): Add to `custom-buffer' customize group.
-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)