Variable: allout-post-undo-hook

allout-post-undo-hook is a customizable variable defined in allout.el.gz.

Value

nil

Documentation

Normal hook run after undo activity.

The item that's current when the hook is run *may* be the one that was affected by the undo..

This variable was added, or its default value changed, in Emacs 24.3.

Source Code

;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_   = allout-post-undo-hook
(defcustom allout-post-undo-hook nil
  "Normal hook run after undo activity.
The item that's current when the hook is run *may* be the one
that was affected by the undo.."
  :type 'hook
  :group 'allout
  :version "24.3")