Variable: ediff-control-frame-position-function
ediff-control-frame-position-function is a customizable variable
defined in ediff-wind.el.gz.
Value
ediff-make-frame-position
Documentation
Function to call to determine the desired location for the control panel.
Expects three parameters: the control buffer, the desired width and height of the control frame. It returns an association list of the form ((top . <position>) (left . <position>))
Source Code
;; Defined in /usr/src/emacs/lisp/vc/ediff-wind.el.gz
(defcustom ediff-control-frame-position-function #'ediff-make-frame-position
"Function to call to determine the desired location for the control panel.
Expects three parameters: the control buffer, the desired width and height
of the control frame. It returns an association list
of the form \((top . <position>) \(left . <position>))"
:type 'function)