Variable: font-lock-warning-face

font-lock-warning-face is a variable defined in font-lock.el.gz.

This variable is obsolete since 31.1; use the quoted symbol instead: 'font-lock-warning-face

Value

font-lock-warning-face

Documentation

Face name to use for things that should stand out.

View in manual

Probably introduced at or before Emacs version 20.1.

Source Code

;; Defined in /usr/src/emacs/lisp/font-lock.el.gz
(defvar font-lock-warning-face		'font-lock-warning-face
  "Face name to use for things that should stand out.")