Variable: ediff-before-setup-windows-hook

ediff-before-setup-windows-hook is a customizable variable defined in ediff-init.el.gz.

Value

nil

Documentation

Hooks to run before Ediff sets its window configuration.

This hook is run every time when Ediff arranges its windows. This happens each time Ediff detects that the windows were messed up by the user.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-init.el.gz
(defcustom ediff-before-setup-windows-hook nil
  "Hooks to run before Ediff sets its window configuration.
This hook is run every time when Ediff arranges its windows.
This happens each time Ediff detects that the windows were messed up by the
user."
  :type 'hook
  :group 'ediff-hook)