Variable: ediff-startup-hook

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

Value

nil

Documentation

Hooks to run in the control buffer after Ediff has been set up and is ready.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-init.el.gz
(defcustom ediff-startup-hook nil
  "Hooks to run in the control buffer after Ediff has been set up and is ready."
  :type 'hook
  :group 'ediff-hook)