Variable: allout-recent-prefix-beginning
allout-recent-prefix-beginning is a buffer-local variable defined in
allout.el.gz.
Documentation
Buffer point of the start of the last topic prefix encountered.
Source Code
;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_ #3 Internal Position State-Tracking -- "allout-recent-*" funcs
;; All the basic outline functions that directly do string matches to
;; evaluate heading prefix location set the variables
;; `allout-recent-prefix-beginning' and `allout-recent-prefix-end'
;; when successful. Functions starting with `allout-recent-' all
;; use this state, providing the means to avoid redundant searches
;; for just-established data. This optimization can provide
;; significant speed improvement, but it must be employed carefully.
;;;_ = allout-recent-prefix-beginning
(defvar-local allout-recent-prefix-beginning 0
"Buffer point of the start of the last topic prefix encountered.")