Variable: allout-widgets-hook-error-post-time
allout-widgets-hook-error-post-time is a customizable variable defined
in allout-widgets.el.gz.
Value
0
Documentation
Amount of time to sit showing hook error messages.
0 is minimal, or nil to not post to the message area.
This is for debugging purposes.
This variable was added, or its default value changed, in Emacs 24.1.
Source Code
;; Defined in /usr/src/emacs/lisp/allout-widgets.el.gz
;;;_ = allout-widgets-hook-error-post-time 0
(defcustom allout-widgets-hook-error-post-time 0
"Amount of time to sit showing hook error messages.
0 is minimal, or nil to not post to the message area.
This is for debugging purposes."
:version "24.1"
:type 'integer
:group 'allout-widgets-developer)