Variable: ediff-patch-program

ediff-patch-program is a customizable variable defined in ediff-ptch.el.gz.

Value

"patch"

Documentation

Name of the program that applies patches.

It is recommended to use GNU-compatible versions.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-ptch.el.gz
(defcustom ediff-patch-program  "patch"
  "Name of the program that applies patches.
It is recommended to use GNU-compatible versions."
  :type 'string)