Searched +refs:custom +refs:face +refs:reset +refs:saved (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)
60 ;; 3. The saved value.
62 ;; This is last value saved from customize.
64 ;; It is stored in the 'saved-value' property of the option, in a
65 ;; cons-cell whose car evaluates to the saved value.
79 ;; the saved value, if that exists, and as a last resort the standard
87 ;; saved (an
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)
56 Otherwise, if symbol has a `saved-value' property, it will evaluate
61 ;; Use the saved valu
[all...]

Completed in 146 milliseconds