Variable: speedbar-load-hook
speedbar-load-hook is a customizable variable defined in
speedbar.el.gz.
This variable is obsolete since 28.1; use with-eval-after-load
instead.
Value
nil
Documentation
Hooks run when speedbar is loaded.
Source Code
;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defcustom speedbar-load-hook nil
"Hooks run when speedbar is loaded."
:group 'speedbar
:type 'hook)