Variable: semantic-edits-new-change-functions
semantic-edits-new-change-functions is a variable defined in
edit.el.gz.
Value
nil
Documentation
Abnormal hook run when a new change is found.
Functions must take one argument representing an overlay on that change.
Probably introduced at or before Emacs version 24.3.
Source Code
;; Defined in /usr/src/emacs/lisp/cedet/semantic/edit.el.gz
(defvar semantic-edits-new-change-functions nil
"Abnormal hook run when a new change is found.
Functions must take one argument representing an overlay on that change.")