Variable: track-changes--buffer-size
track-changes--buffer-size is a buffer-local variable defined in
track-changes.el.gz.
Documentation
Current size of the buffer, as far as this library knows.
This is used to try and detect cases where buffer modifications are "lost".
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/track-changes.el.gz
(defvar-local track-changes--buffer-size nil
"Current size of the buffer, as far as this library knows.
This is used to try and detect cases where buffer modifications are \"lost\".")