Function: turn-on-font-lock
turn-on-font-lock is a byte-compiled function defined in
font-core.el.gz.
Signature
(turn-on-font-lock)
Documentation
Turn on Font Lock mode (only if the terminal can display it).
Probably introduced at or before Emacs version 19.29.
Source Code
;; Defined in /usr/src/emacs/lisp/font-core.el.gz
(defun turn-on-font-lock ()
"Turn on Font Lock mode (only if the terminal can display it)."
(unless font-lock-mode
(font-lock-mode)))