Variable: allout-inhibit-body-modification-hook

allout-inhibit-body-modification-hook is a buffer-local variable defined in allout-widgets.el.gz.

Documentation

Override de-escaping of text-prefixes in item bodies during specific changes.

This is used by allout-body-modification-handler to signal such changes to allout-body-modification-handler, and is always reset by allout-post-command-business.

Source Code

;; Defined in /usr/src/emacs/lisp/allout-widgets.el.gz
;;;_    = allout-inhibit-body-modification-hook
(defvar-local allout-inhibit-body-modification-hook nil
  "Override de-escaping of text-prefixes in item bodies during specific changes.

This is used by `allout-body-modification-handler' to signal such changes
to `allout-body-modification-handler', and is always reset by
`allout-post-command-business'.")