Variable: allout-widgets-changes-record
allout-widgets-changes-record is a buffer-local variable defined in
allout-widgets.el.gz.
Documentation
Record outline changes for processing by post-command hook.
Entries on the list are lists whose first element is a symbol indicating the change type and subsequent elements are data specific to that change type. For example:
(exposure ALLOUT-EXPOSURE-FROM ALLOUT-EXPOSURE-TO ALLOUT-EXPOSURE-FLAG)
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-changes-record
(defvar-local allout-widgets-changes-record nil
"Record outline changes for processing by post-command hook.
Entries on the list are lists whose first element is a symbol indicating
the change type and subsequent elements are data specific to that change
type. For example:
(exposure ALLOUT-EXPOSURE-FROM ALLOUT-EXPOSURE-TO ALLOUT-EXPOSURE-FLAG)
The changes are recorded in reverse order, with new values pushed
onto the front.")