Variable: ediff-diff3-program

ediff-diff3-program is a customizable variable defined in ediff-diff.el.gz.

Value

"diff3"

Documentation

Program to be used for three-way comparison.

Must produce output compatible with Unix's diff3 program.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-diff.el.gz
(defcustom ediff-diff3-program "diff3"
  "Program to be used for three-way comparison.
Must produce output compatible with Unix's diff3 program."
  :type 'string)