Function: custom-face-standard-value

custom-face-standard-value is a byte-compiled function defined in cus-edit.el.gz.

Signature

(custom-face-standard-value WIDGET)

Source Code

;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defun custom-face-standard-value (widget)
  (get (widget-value widget) 'face-defface-spec))