Variable: ediff-force-faces

ediff-force-faces is a variable defined in ediff-init.el.gz.

Value

nil

Documentation

If t, Ediff will think that it is running on a display that supports faces.

This is provided as a temporary relief for users of face-capable displays that Ediff doesn't know about.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/ediff-init.el.gz
;; end pacifier

(defvar ediff-force-faces nil
  "If t, Ediff will think that it is running on a display that supports faces.
This is provided as a temporary relief for users of face-capable displays
that Ediff doesn't know about.")