Variable: ediff-make-wide-display-function

ediff-make-wide-display-function is a buffer-local variable defined in ediff-wind.el.gz.

Documentation

The value is a function that is called to create a wide display.

The function is called without arguments. It should resize the frame in which buffers A, B, and C are to be displayed, and it should save the old frame parameters in ediff-wide-display-orig-parameters. The variable ediff-wide-display-frame should be set to contain the frame used for the wide display.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-wind.el.gz
(ediff-defvar-local ediff-make-wide-display-function #'ediff-make-wide-display
  "The value is a function that is called to create a wide display.
The function is called without arguments.  It should resize the frame in
which buffers A, B, and C are to be displayed, and it should save the old
frame parameters in `ediff-wide-display-orig-parameters'.
The variable `ediff-wide-display-frame' should be set to contain
the frame used for the wide display.")