Variable: compilation-message-face

compilation-message-face is a customizable variable defined in compile.el.gz.

Value

underline

Documentation

Face name to use for whole messages.

Faces compilation-error-face, compilation-warning-face, compilation-info-face, compilation-line-face and compilation-column-face get prepended to this, when applicable.

This variable was added, or its default value changed, in Emacs 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/compile.el.gz
(defcustom compilation-message-face 'underline
  "Face name to use for whole messages.
Faces `compilation-error-face', `compilation-warning-face',
`compilation-info-face', `compilation-line-face' and
`compilation-column-face' get prepended to this, when applicable."
  :type 'face
  :version "22.1")