Variable: speedbar-vc-in-control-hook

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

Value

nil

Documentation

Return non-nil if the specified file is under Version Control.

Functions in this hook must accept two parameters. The DIRECTORY of the current file, and the FILENAME of the file being checked.

Source Code

;; Defined in /usr/src/emacs/lisp/speedbar.el.gz
(defcustom speedbar-vc-in-control-hook nil
  "Return non-nil if the specified file is under Version Control.
Functions in this hook must accept two parameters.  The DIRECTORY of the
current file, and the FILENAME of the file being checked."
  :group 'speedbar-vc
  :type 'hook)