Variable: cperl-hook-after-change

cperl-hook-after-change is a customizable variable defined in cperl-mode.el.gz.

Value

t

Documentation

Not-nil means install hook to know which regions of buffer are changed.

May significantly speed up delayed fontification. Changes take effect after reload.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/cperl-mode.el.gz
(defcustom cperl-hook-after-change t
  "Not-nil means install hook to know which regions of buffer are changed.
May significantly speed up delayed fontification.  Changes take effect
after reload."
  :type 'boolean
  :group 'cperl-speed)