Variable: jit-lock-context-unfontify-pos

jit-lock-context-unfontify-pos is a buffer-local variable defined in jit-lock.el.gz.

Documentation

Consider text after this position as contextually unfontified.

If nil, contextual fontification is disabled.

Source Code

;; Defined in /usr/src/emacs/lisp/jit-lock.el.gz
(defvar-local jit-lock-context-unfontify-pos nil
  "Consider text after this position as contextually unfontified.
If nil, contextual fontification is disabled.")