Function: semantic-parse-tree-set-needs-update
semantic-parse-tree-set-needs-update is a macro defined in
semantic.el.gz.
Signature
(semantic-parse-tree-set-needs-update)
Documentation
Indicate that the current parse tree needs to be updated.
The parse tree can be updated by semantic-parse-changes.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic.el.gz
(defmacro semantic-parse-tree-set-needs-update ()
"Indicate that the current parse tree needs to be updated.
The parse tree can be updated by `semantic-parse-changes'."
'(setq semantic-parse-tree-state 'needs-update))