Variable: ediff-unselect-hook
ediff-unselect-hook is a customizable variable defined in
ediff-init.el.gz.
Value
nil
Documentation
Hooks to run after a difference has been unselected.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/ediff-init.el.gz
(defcustom ediff-unselect-hook nil
"Hooks to run after a difference has been unselected."
:type 'hook
:group 'ediff-hook)