Function: semantic-decoration-face

semantic-decoration-face is a byte-compiled function defined in mode.el.gz.

Signature

(semantic-decoration-face DECO)

Documentation

Return the face of the decoration DECO.

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/decorate/mode.el.gz
(defsubst semantic-decoration-face (deco)
  "Return the face of the decoration DECO."
  (semantic-decoration-get-property deco 'face))