Variable: speedbar-visiting-file-hook

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

Value

nil

Documentation

Hooks run when speedbar visits a file in the selected frame.

Source Code

;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defcustom speedbar-visiting-file-hook nil
  "Hooks run when speedbar visits a file in the selected frame."
  :group 'speedbar
  :type 'hook)