Variable: ediff-before-setup-control-frame-hook

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

Value

nil

Documentation

Hooks run before setting up the frame to display Ediff Control Panel.

Can be used to change control frame parameters to position it where it is desirable.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-init.el.gz
(defcustom ediff-before-setup-control-frame-hook nil
  "Hooks run before setting up the frame to display Ediff Control Panel.
Can be used to change control frame parameters to position it where it
is desirable."
  :type 'hook
  :group 'ediff-hook)