Variable: highlight-changes-visibility-initial-state
highlight-changes-visibility-initial-state is a customizable variable
defined in hilit-chg.el.gz.
Value
t
Documentation
Controls whether changes are initially visible in Highlight Changes mode.
This controls the initial value of highlight-changes-visible-mode(var)/highlight-changes-visible-mode(fun).
When a buffer is in Highlight Changes mode the function
highlight-changes-visible-mode(var)/highlight-changes-visible-mode(fun) is used to toggle the mode on or off.
Source Code
;; Defined in /usr/src/emacs/lisp/hilit-chg.el.gz
;; When you invoke highlight-changes-mode, should highlight-changes-visible-mode
;; be on or off?
(defcustom highlight-changes-visibility-initial-state t
"Controls whether changes are initially visible in Highlight Changes mode.
This controls the initial value of `highlight-changes-visible-mode'.
When a buffer is in Highlight Changes mode the function
`highlight-changes-visible-mode' is used to toggle the mode on or off."
:type 'boolean)