Variable: ediff-cleanup-hook

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

Value

(cider-test-ediff-cleanup)

Documentation

Hooks to run on exiting Ediff, before killing the control and variant buffers.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-init.el.gz
(defcustom ediff-cleanup-hook nil
  "Hooks to run on exiting Ediff, before killing the control and variant buffers."
  :type 'hook
  :group 'ediff-hook)