Function: semantic-decorate-style-predicate
semantic-decorate-style-predicate is a byte-compiled function defined
in mode.el.gz.
Signature
(semantic-decorate-style-predicate STYLE)
Documentation
Return the STYLE's predicate function.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/decorate/mode.el.gz
;;; Misc.
;;
(defsubst semantic-decorate-style-predicate (style)
"Return the STYLE's predicate function."
(intern (format "%s-p" style)))