Variable: jit-lock-functions

jit-lock-functions is a variable defined in jit-lock.el.gz.

Value

nil

Documentation

Special hook run to do the actual fontification.

The functions are called with two arguments: the START and END of the region to fontify. Each function can return a list of the form (jit-lock-bounds BEG . END), to indicate the bounds of the region it actually fontified; JIT font-lock will use this information to optimize redisplay cycles.

Source Code

;; Defined in /usr/src/emacs/lisp/jit-lock.el.gz
(defvar jit-lock-functions nil
  "Special hook run to do the actual fontification.
The functions are called with two arguments:
the START and END of the region to fontify.
Each function can return a list of the form (jit-lock-bounds BEG . END),
to indicate the bounds of the region it actually fontified;
JIT font-lock will use this information to optimize redisplay cycles.")