Variable: ediff-select-hook

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

Value

(which-func-update-ediff-windows)

Documentation

Hooks to run after a difference has been selected.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-init.el.gz
(defcustom ediff-select-hook nil
  "Hooks to run after a difference has been selected."
  :type 'hook
  :group 'ediff-hook)