Variable: emerge-select-hook

emerge-select-hook is a customizable variable defined in emerge.el.gz.

Value

nil

Documentation

Hook to run after a difference has been selected.

The variable n holds the (internal) number of the difference.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/emerge.el.gz
(defcustom emerge-select-hook nil
  "Hook to run after a difference has been selected.
The variable `n' holds the (internal) number of the difference."
  :type 'hook)