Variable: track-changes--before-no

track-changes--before-no is a buffer-local variable defined in track-changes.el.gz.

Documentation

If non-nil, all the trackers are nobefore.

Should be equal to (memq #'track-changes--before before-change-functions).

Source Code

;; Defined in /usr/src/emacs/lisp/emacs-lisp/track-changes.el.gz
(defvar-local track-changes--before-no t
  "If non-nil, all the trackers are `nobefore'.
Should be equal to (memq #\\='track-changes--before before-change-functions).")