Function: ediff-highlight-diff

ediff-highlight-diff is a byte-compiled function defined in ediff-util.el.gz.

Signature

(ediff-highlight-diff N)

Documentation

Put face on diff N. Invoked for X displays only.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-util.el.gz
(defun ediff-highlight-diff (n)
  "Put face on diff N.  Invoked for X displays only."
  (ediff-highlight-diff-in-one-buffer n 'A)
  (ediff-highlight-diff-in-one-buffer n 'B)
  (ediff-highlight-diff-in-one-buffer n 'C)
  (ediff-highlight-diff-in-one-buffer n 'Ancestor)
  )