Variable: allout-command-counter

allout-command-counter is a buffer-local variable defined in allout.el.gz.

Documentation

Counter that monotonically increases in allout-mode(var)/allout-mode(fun) buffers.

Set by allout-pre-command-business, to support allout addons in coordinating with allout activity.

Source Code

;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_   = allout-command-counter
(defvar-local allout-command-counter 0
  "Counter that monotonically increases in `allout-mode' buffers.

Set by `allout-pre-command-business', to support allout addons in
coordinating with allout activity.")