comparison lisp/cus-edit.el @ 43508:c092c3c65251

2002-02-24 Per Abrahamsen <abraham@dina.kvl.dk> * cus-edit.el (custom-unlispify-remove-prefixes): Add to `custom-buffer' customize group.
author Per Abrahamsen <abraham@dina.kvl.dk>
date Sun, 24 Feb 2002 09:14:41 +0000
parents c187056ac630
children 3e650ff5c22e
comparison
equal deleted inserted replaced
43507:e72807f0a579 43508:c092c3c65251
429 :type 'boolean) 429 :type 'boolean)
430 430
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)
437 "Convert SYMBOL into a menu entry." 438 "Convert SYMBOL into a menu entry."
438 (cond ((not custom-unlispify-menu-entries) 439 (cond ((not custom-unlispify-menu-entries)