Function: cperl-update-syntaxification
cperl-update-syntaxification is a byte-compiled function defined in
cperl-mode.el.gz.
Signature
(cperl-update-syntaxification TO)
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defun cperl-update-syntaxification (to)
(when cperl-use-syntax-table-text-property
(syntax-propertize to)))