Function: allout-widgets-after-undo-function
allout-widgets-after-undo-function is a byte-compiled function defined
in allout-widgets.el.gz.
Signature
(allout-widgets-after-undo-function)
Documentation
Do allout-widgets processing of text after an undo.
Intended for use on allout-post-undo-hook.
Source Code
;; Defined in /usr/src/emacs/lisp/allout-widgets.el.gz
;;;_ > allout-widgets-after-undo-function ()
(defun allout-widgets-after-undo-function ()
"Do allout-widgets processing of text after an undo.
Intended for use on `allout-post-undo-hook'."
(save-excursion
(if (allout-goto-prefix)
(allout-redecorate-item (allout-get-or-create-item-widget)))))