Variable: vc-checkout-hook

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

Value

nil

Documentation

Normal hook (list of functions) run after checking out a file.

See run-hooks.

This variable was added, or its default value changed, in Emacs 21.1.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc.el.gz
;;;###autoload
(defcustom vc-checkout-hook nil
  "Normal hook (list of functions) run after checking out a file.
See `run-hooks'."
  :type 'hook
  :version "21.1")