font-lock-value-in-major-mode
font-lock-value-in-major-mode is a compiled Lisp function in `font-lock.el
'.
(font-lock-value-in-major-mode VALUES)
If VALUES is an list, use `major-mode' as a key and return the `assq' value.
VALUES should then be an alist on the form ((MAJOR-MODE . VALUE) ...) where
MAJOR-MODE may be t.
If VALUES isn't a list, return VALUES.