Function: custom-icon-mark-to-reset-standard

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

Signature

(custom-icon-mark-to-reset-standard WIDGET)

Documentation

Reset icon edited by WIDGET to its standard value.

Source Code

;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defun custom-icon-mark-to-reset-standard (widget)
  "Reset icon edited by WIDGET to its standard value."
  ;; Don't mark for now, there aren't that many icons.
  (custom-icon-reset-standard widget))