Function: cperl-load-font-lock-keywords-2

cperl-load-font-lock-keywords-2 is a byte-compiled function defined in cperl-mode.el.gz.

Signature

(cperl-load-font-lock-keywords-2)

Documentation

Initialize the maximal set of cperl faces.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defun cperl-load-font-lock-keywords-2 ()
  "Initialize the maximal set of cperl faces."
  (or cperl-faces-init (cperl-init-faces))
  cperl-font-lock-keywords-2)