Variable: highlight-changes-global-changes-existing-buffers

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

Value

nil

Documentation

If non-nil, toggling global Highlight Changes mode affects existing buffers.

Normally, global-highlight-changes-mode(var)/global-highlight-changes-mode(fun) affects only new buffers (to be created). However, if highlight-changes-global-changes-existing-buffers is non-nil, then turning on global-highlight-changes-mode(var)/global-highlight-changes-mode(fun) will turn on Highlight Changes mode in suitable buffers, and turning the mode off will remove it from existing buffers.

Source Code

;; Defined in /usr/src/emacs/lisp/hilit-chg.el.gz
(defcustom highlight-changes-global-changes-existing-buffers nil
  "If non-nil, toggling global Highlight Changes mode affects existing buffers.
Normally, `global-highlight-changes-mode' affects only new buffers (to be
created).  However, if `highlight-changes-global-changes-existing-buffers'
is non-nil, then turning on `global-highlight-changes-mode' will turn on
Highlight Changes mode in suitable buffers, and turning the mode off will
remove it from existing buffers."
  :type 'boolean)