Variable: antlr-slow-cache-diff-threshold

antlr-slow-cache-diff-threshold is a variable defined in antlr-mode.el.gz.

Value

5000

Documentation

Maximum distance between point and cache position for cache use.

Used for antlr-slow-syntactic-context.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defvar antlr-slow-cache-diff-threshold 5000
  "Maximum distance between `point' and cache position for cache use.
Used for `antlr-slow-syntactic-context'.")