Function: custom-group-sample-face-get

custom-group-sample-face-get is a byte-compiled function defined in cus-edit.el.gz.

Signature

(custom-group-sample-face-get WIDGET)

Source Code

;; Defined in /usr/src/emacs/lisp/cus-edit.el.gz
(defun custom-group-sample-face-get (widget)
  ;; Use :sample-face.
  (or (nth (1- (widget-get widget :custom-level)) custom-group-tag-faces)
      'custom-group-tag))