Variable: allout-unresolved-body-mod-workroster

allout-unresolved-body-mod-workroster is a variable defined in allout-widgets.el.gz.

Value

#s(hash-table size 16 test eql rehash-size 1.5 rehash-threshold 0.8125 data
	      ())

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'.")