Function: cperl-update-syntaxification

cperl-update-syntaxification is a byte-compiled function defined in cperl-mode.el.gz.

Signature

(cperl-update-syntaxification TO)

Documentation

Apply syntax table properties up to TO.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defun cperl-update-syntaxification (to)
  "Apply syntax table properties up to TO."
  (when cperl-use-syntax-table-text-property
    (syntax-propertize to)))