Variable: allout-structure-added-hook

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

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

Value

nil

Documentation

Abnormal hook run after adding items to an Allout outline.

Functions on the hook should take two arguments:

 - NEW-START -- integer indicating position of start of the first new item.
 - NEW-END -- integer indicating position of end of the last new item.

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

Probably introduced at or before Emacs version 22.1.

Aliases

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