Variable: allout-unresolved-body-mod-workroster
allout-unresolved-body-mod-workroster is a variable defined in
allout-widgets.el.gz.
Value
#s(hash-table)
Documentation
List of body-overlays that did before-change business but not after-change.
See allout-post-command-business and allout-body-modification-handler.
Source Code
;; Defined in /usr/src/emacs/lisp/allout-widgets.el.gz
;;;_ , State for hooks
;;;_ = allout-unresolved-body-mod-workroster
(defvar allout-unresolved-body-mod-workroster (make-hash-table :size 16)
"List of body-overlays that did before-change business but not after-change.
See `allout-post-command-business' and `allout-body-modification-handler'.")