Variable: allout-structure-deleted-hook

allout-structure-deleted-hook is an alias and customizable for allout-structure-deleted-functions, defined in allout.el.gz.

This variable is obsolete since 24.3; use allout-structure-deleted-functions instead.

Value

nil

Documentation

Abnormal hook run after deleting subtrees from an Allout outline.

Functions on the hook must take two arguments:

 - DEPTH -- integer indicating the depth of the subtree that was deleted.
 - REMOVED-FROM -- integer indicating the point where the subtree was removed.

Some edits that remove or invalidate items may be missed by this hook: specifically edits that native allout routines do not control.

This hook might be invoked multiple times by a single command.

Probably introduced at or before Emacs version 22.1.

Aliases

allout-structure-deleted-hook (obsolete since 24.3)