Variable: emerge-unselect-hook
emerge-unselect-hook is a customizable variable defined in
emerge.el.gz.
Value
nil
Documentation
Hook to run after a difference has been unselected.
The variable n holds the (internal) number of the difference.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/emerge.el.gz
(defcustom emerge-unselect-hook nil
"Hook to run after a difference has been unselected.
The variable `n' holds the (internal) number of the difference."
:type 'hook)