Function: custom-face-reset-standard

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

Signature

(custom-face-reset-standard WIDGET)

Documentation

Restore WIDGET to the face's standard attribute values.

This operation eliminates any saved attributes for the face, restoring it to the state of a face that has never been customized.

Source Code

;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defun custom-face-reset-standard (widget)
  "Restore WIDGET to the face's standard attribute values.
This operation eliminates any saved attributes for the face,
restoring it to the state of a face that has never been customized."
  (let (custom-reset-standard-faces-list)
    (custom-face-mark-to-reset-standard widget)))