Variable: allout-widgets-undo-exposure-record
allout-widgets-undo-exposure-record is a buffer-local variable defined
in allout-widgets.el.gz.
Documentation
Record outline undo traces for processing by post-command hook.
The changes are recorded in reverse order, with new values pushed onto the front.
Source Code
;; Defined in /usr/src/emacs/lisp/allout-widgets.el.gz
;;;_ = allout-widgets-undo-exposure-record
(defvar-local allout-widgets-undo-exposure-record nil
"Record outline undo traces for processing by post-command hook.
The changes are recorded in reverse order, with new values pushed
onto the front.")