Function: speedbar-disable-update

speedbar-disable-update is an interactive and byte-compiled function defined in speedbar.el.gz.

Signature

(speedbar-disable-update)

Documentation

Disable automatic updating and stop consuming resources.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defun speedbar-disable-update ()
  "Disable automatic updating and stop consuming resources."
  (interactive)
  (setq speedbar-update-flag nil)
  (speedbar-set-mode-line-format)
  (speedbar-set-timer nil))