Variable: speedbar-vc-directory-enable-hook

speedbar-vc-directory-enable-hook is a customizable variable defined in speedbar.el.gz.

Value

nil

Documentation

Return non-nil if the current directory should be checked for Version Control.

Functions in this hook must accept one parameter which is the directory being checked.

Source Code

;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defcustom speedbar-vc-directory-enable-hook nil
  "Return non-nil if the current directory should be checked for Version Control.
Functions in this hook must accept one parameter which is the directory
being checked."
  :group 'speedbar-vc
  :type 'hook)