Function: semantic-active-p
semantic-active-p is a byte-compiled function defined in fw.el.gz.
Signature
(semantic-active-p)
Documentation
Return non-nil if the current buffer was set up for parsing.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/fw.el.gz
(defsubst semantic-active-p ()
"Return non-nil if the current buffer was set up for parsing."
semantic-new-buffer-fcn-was-run)