Variable: font-lock-mode-hook

font-lock-mode-hook is a customizable variable defined in font-core.el.gz.

Value

(font-lock-mode--set-explicitly(var)/font-lock-mode--set-explicitly(fun))

Documentation

Hook run after entering or leaving font-lock-mode(var)/font-lock-mode(fun).

No problems result if this variable is not bound. add-hook automatically binds it. (This is true for all hook variables.)

Probably introduced at or before Emacs version 19.29.

Source Code

;; Defined in /usr/src/emacs/lisp/font-core.el.gz