Variable: speedbar-timer-hook

speedbar-timer-hook is a customizable variable defined in speedbar.el.gz.

Value

(vhdl-update-hierarchy)

Documentation

Hooks called after running the speedbar timer function.

Source Code

;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defcustom speedbar-timer-hook nil
  "Hooks called after running the speedbar timer function."
  :group 'speedbar
  :type 'hook)