Function: custom--standard-value
custom--standard-value is a byte-compiled function defined in
custom.el.gz.
Signature
(custom--standard-value VARIABLE)
Documentation
Return the standard value of VARIABLE.
Source Code
;; Defined in /usr/src/emacs/lisp/custom.el.gz
(defun custom--standard-value (variable)
"Return the standard value of VARIABLE."
(eval (car (get variable 'standard-value)) t))