Variable: global-highlight-changes-mode-hook

global-highlight-changes-mode-hook is a customizable variable defined in hilit-chg.el.gz.

Value

nil

Documentation

Hook run after entering or leaving global-highlight-changes-mode(var)/global-highlight-changes-mode(fun).

No problems result if this variable is not bound. add-hook automatically binds it. (This is true for all hook variables.)

Source Code

;; Defined in /usr/src/emacs/lisp/hilit-chg.el.gz
;; ======================= global-highlight-changes-mode ==============

;;;###autoload
(define-globalized-minor-mode global-highlight-changes-mode
  highlight-changes-mode highlight-changes-mode-turn-on)