Function: semantic-parse-tree-needs-update-p
semantic-parse-tree-needs-update-p is a macro defined in
semantic.el.gz.
Signature
(semantic-parse-tree-needs-update-p)
Documentation
Return non-nil if the current parse tree needs to be updated.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic.el.gz
(defmacro semantic-parse-tree-needs-update-p ()
"Return non-nil if the current parse tree needs to be updated."
'(eq semantic-parse-tree-state 'needs-update))