Variable: ediff-suspend-hook
ediff-suspend-hook is a customizable variable defined in
ediff-init.el.gz.
Value
(ediff-default-suspend-function)
Documentation
Hooks to run in the Ediff control buffer when Ediff is suspended.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/ediff-init.el.gz
(defcustom ediff-suspend-hook nil
"Hooks to run in the Ediff control buffer when Ediff is suspended."
:type 'hook
:group 'ediff-hook)