Function: allout-widgets-pre-command-business

allout-widgets-pre-command-business is a byte-compiled function defined in allout-widgets.el.gz.

Signature

(allout-widgets-pre-command-business &optional RECURSING)

Documentation

Handle actions pending before allout-mode(var)/allout-mode(fun) activity.

Source Code

;; Defined in /usr/src/emacs/lisp/allout-widgets.el.gz
;;;_  . Hooks and hook helpers
;;;_   , major command-loop business:
;;;_    > allout-widgets-pre-command-business (&optional recursing)
(defun allout-widgets-pre-command-business (&optional _recursing)
  "Handle actions pending before `allout-mode' activity."
)