Variable: global-highlight-changes-mode

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

Value

nil

Documentation

Non-nil if Global Highlight-Changes mode is enabled.

See the global-highlight-changes-mode(var)/global-highlight-changes-mode(fun) command for a description of this minor mode. Setting this variable directly does not take effect; either customize it (see the info node (emacs)Easy Customization) or call the function global-highlight-changes-mode(var)/global-highlight-changes-mode(fun).

Key Bindings

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)