Variable: semantic-edits-reparse-change-functions

semantic-edits-reparse-change-functions is a variable defined in edit.el.gz.

Value

nil

Documentation

Abnormal hook run after a change results in a reparse.

Functions are called before the overlay is deleted, and after the incremental reparse.

Probably introduced at or before Emacs version 24.3.

Aliases

semantic-edits-reparse-change-hooks (obsolete since 24.3)

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/edit.el.gz
(defvar semantic-edits-reparse-change-functions nil
  "Abnormal hook run after a change results in a reparse.
Functions are called before the overlay is deleted, and after the
incremental reparse.")