Variable: vc-retrieve-tag-hook

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

Value

nil

Documentation

Normal hook (list of functions) run after retrieving a tag.

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

Probably introduced at or before Emacs version 27.1.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/vc.el.gz
(defcustom vc-retrieve-tag-hook nil
  "Normal hook (list of functions) run after retrieving a tag."
  :type 'hook
  :version "27.1")