Variable: allout-widgets-tally

allout-widgets-tally is a buffer-local variable defined in allout-widgets.el.gz.

Documentation

Hash-table of existing allout widgets, for debugging.

Table is maintained only if allout-widgets-maintain-tally is non-nil.

The table contents will be out of sync if any widgets are created or deleted while this variable is nil.

Source Code

;; Defined in /usr/src/emacs/lisp/allout-widgets.el.gz
(defvar-local allout-widgets-tally nil
  "Hash-table of existing allout widgets, for debugging.

Table is maintained only if `allout-widgets-maintain-tally' is non-nil.

The table contents will be out of sync if any widgets are created
or deleted while this variable is nil.")