Function: speedbar-enable-update
speedbar-enable-update is an interactive and byte-compiled function
defined in speedbar.el.gz.
Signature
(speedbar-enable-update)
Documentation
Enable automatic updating in speedbar via timers.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defun speedbar-enable-update ()
"Enable automatic updating in speedbar via timers."
(interactive)
(setq speedbar-update-flag t)
(speedbar-set-mode-line-format)
(speedbar-set-timer dframe-update-speed))