Variable: ediff-patch-map

ediff-patch-map is a buffer-local variable defined in ediff-ptch.el.gz.

Documentation

Map of patch buffer.

Has the form:
   ((filename1 marker1 marker2) (filename2 marker1 marker2) ...)
where filenames are files to which patch would have applied the patch; marker1 delimits the beginning of the corresponding patch and marker2 does it for the end.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-ptch.el.gz
(ediff-defvar-local ediff-patch-map nil
  "Map of patch buffer.
Has the form:
   ((filename1 marker1 marker2) (filename2 marker1 marker2) ...)
where filenames are files to which patch would have applied the patch;
marker1 delimits the beginning of the corresponding patch and marker2 does
it for the end.")