Variable: allout-inhibit-aberrance-doublecheck
allout-inhibit-aberrance-doublecheck is a variable defined in
allout.el.gz.
Value
nil
Documentation
Internal state, for momentarily inhibits aberrance doublecheck.
This should only be momentarily let-bound non-nil, not set non-nil in a lasting way.
Source Code
;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_ = allout-inhibit-aberrance-doublecheck nil
;; In some exceptional moments, disparate topic depths need to be allowed
;; momentarily, eg when one topic is being yanked into another and they're
;; about to be reconciled. let-binding allout-inhibit-aberrance-doublecheck
;; prevents the aberrance doublecheck to allow, eg, the reconciliation
;; processing to happen in the presence of such discrepancies. It should
;; almost never be needed, however.
(defvar allout-inhibit-aberrance-doublecheck nil
"Internal state, for momentarily inhibits aberrance doublecheck.
This should only be momentarily let-bound non-nil, not set
non-nil in a lasting way.")