Function: cperl-postpone-fontification
cperl-postpone-fontification is a byte-compiled function defined in
cperl-mode.el.gz.
Signature
(cperl-postpone-fontification B E TYPE VAL &optional NOW)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defsubst cperl-postpone-fontification (b e type val &optional now)
;; Do after syntactic fontification?
(if cperl-syntaxify-by-font-lock
(or now (put-text-property b e 'cperl-postpone (cons type val)))
(put-text-property b e type val)))