Searched +refs:custom +refs:face +refs:edit +refs:lisp (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcus-edit.el1 ;;; cus-edit.el --- tools for customizing Emacs and Lisp packages
29 ;; This file implements the code to create and edit customize buffers.
31 ;; See `custom.el'.
33 ;; No commands should have names starting with `custom-' because
45 ;; different means if the option symbol has the 'custom-get'
46 ;; property. Similarly, set-default (or the 'custom-set' property)
142 (require 'cus-face)
143 (require 'wid-edit)
145 (defvar custom-versions-load-alist) ; from cus-load
156 (put 'custom
214 (defgroup lisp nil function
2165 (define-widget 'custom 'default function
3632 (define-widget 'face 'symbol function
[all...]

Completed in 81 milliseconds