Function: cperl-load-font-lock-keywords-1
cperl-load-font-lock-keywords-1 is a byte-compiled function defined in
cperl-mode.el.gz.
Signature
(cperl-load-font-lock-keywords-1)
Documentation
Initialize the minimal set of cperl faces.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defun cperl-load-font-lock-keywords-1 ()
"Initialize the minimal set of cperl faces."
(or cperl-faces-init (cperl-init-faces))
cperl-font-lock-keywords-1)