Variable: ediff-diff-status
ediff-diff-status is a buffer-local variable defined in
ediff-diff.el.gz.
Documentation
Keeps the status of the current diff in 3-way jobs.
The status can be =diff(A), =diff(B), or =diff(A+B).
Source Code
;; Defined in /usr/src/emacs/lisp/vc/ediff-diff.el.gz
(ediff-defvar-local ediff-diff-status ""
"Keeps the status of the current diff in 3-way jobs.
The status can be =diff(A), =diff(B), or =diff(A+B).")