Variable: font-lock-type-face

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

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

Value

font-lock-type-face

Documentation

Face name to use for type and class names.

View in manual

Probably introduced at or before Emacs version 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/font-lock.el.gz
(defvar font-lock-type-face		'font-lock-type-face
  "Face name to use for type and class names.")