Function: custom-variable-standard-value

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

Signature

(custom-variable-standard-value WIDGET)

Source Code

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