Variable: ediff-odd-diff-face-Ancestor
ediff-odd-diff-face-Ancestor is a variable defined in
ediff-init.el.gz.
Value
ediff-odd-diff-Ancestor
Documentation
Face for highlighting odd-numbered non-current differences in buffer Ancestor.
DO NOT CHANGE this variable. Instead, use the customization
widget to customize the actual face object ediff-odd-diff-Ancestor
this variable represents.
Source Code
;; Defined in /usr/src/emacs/lisp/vc/ediff-init.el.gz
;; An internal variable. Ediff takes the face from here. When unhighlighting,
;; this variable is set to nil, then again to the appropriate face.
(defvar ediff-odd-diff-face-Ancestor 'ediff-odd-diff-Ancestor
"Face for highlighting odd-numbered non-current differences in buffer Ancestor.
DO NOT CHANGE this variable. Instead, use the customization
widget to customize the actual face object `ediff-odd-diff-Ancestor'
this variable represents.")