Variable: mh-speed-update-interval
mh-speed-update-interval is a customizable variable defined in
mh-e.el.gz.
Value
60
Documentation
Time between speedbar updates in seconds.
Set to 0 to disable automatic update.
This variable was added, or its default value changed, in MH-E version
8.0.
Source Code
;; Defined in /usr/src/emacs/lisp/mh-e/mh-e.el.gz
;;; The Speedbar (:group 'mh-speedbar)
(defcustom-mh mh-speed-update-interval 60
"Time between speedbar updates in seconds.
Set to 0 to disable automatic update."
:type 'integer
:group 'mh-speedbar
:package-version '(MH-E . "8.0"))