Searched +refs:custom +refs:face +refs:reset +refs:standard (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/emacs-92/emacs/lisp/
H A Dcus-edit.el31 ;; 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)
67 ;; 4. The standard value.
71 ;; It is stored in the 'standard-value' property of the option, in a
72 ;; cons-cell whose car evaluates to the standard value.
79 ;; the saved value, if that exists, and as a last resort the standard
87 ;; saved (and standard) values, but affect others values for
93 ;; unevaluated standard valu
2165 (define-widget 'custom 'default function
3632 (define-widget 'face 'symbol function
[all...]
H A Dcustom.el0 ;;; custom.el --- tools for declaring and initializing options
33 ;; The code implementing face declarations is in `cus-face.el'.
39 (defvar custom-define-hook nil
43 (defvar custom-dont-initialize nil
45 That is used for the sake of `custom-make-dependencies'.
48 (defvar custom-current-group-alist nil
53 (defun custom-initialize-default (symbol value)
61 ;; Use the saved value if it exists, otherwise the standard setting.
66 (defun custom
[all...]

Completed in 176 milliseconds