Function: semantic-set-tag-face
semantic-set-tag-face is a byte-compiled function defined in
decorate.el.gz.
Signature
(semantic-set-tag-face TAG FACE)
Documentation
Specify that TAG should use FACE for display.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/decorate.el.gz
(defun semantic-set-tag-face (tag face)
"Specify that TAG should use FACE for display."
(overlay-put (semantic-tag-overlay tag) 'face face))