Function: semantic-parse-changes
semantic-parse-changes is a byte-compiled function defined in
semantic.el.gz.
Signature
(semantic-parse-changes)
Documentation
Reparse changes in the current buffer.
The list of changes are tracked as a series of overlays in the buffer.
When overloading this function, use semantic-changes-in-region to
analyze.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic.el.gz
(define-overloadable-function semantic-parse-changes ()
"Reparse changes in the current buffer.
The list of changes are tracked as a series of overlays in the buffer.
When overloading this function, use `semantic-changes-in-region' to
analyze.")