Variable: track-changes--trace
track-changes--trace is a variable defined in track-changes.el.gz.
Value
nil
Documentation
Ring holding a trace of recent calls to the API.
Each call is recorded as a (BUFFER-NAME . BACKTRACE).
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/track-changes.el.gz
(defvar track-changes--trace nil
"Ring holding a trace of recent calls to the API.
Each call is recorded as a (BUFFER-NAME . BACKTRACE).")