Variable: semantic-change-functions

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

Value

(semantic-edits-change-function-handle-changes)

Documentation

Abnormal hook run when semantic detects a change in a buffer.

Each hook function must take three arguments, identical to the common hook after-change-functions.

Probably introduced at or before Emacs version 24.3.

Aliases

semantic-change-hooks (obsolete since 24.3)

Source Code

;; Defined in /usr/src/emacs/lisp/cedet/semantic/edit.el.gz
(defvar semantic-change-functions
  '(semantic-edits-change-function-handle-changes)
  "Abnormal hook run when semantic detects a change in a buffer.
Each hook function must take three arguments, identical to the
common hook `after-change-functions'.")