Variable: antlr-compilation-error-regexp-alist

antlr-compilation-error-regexp-alist is a variable defined in antlr-mode.el.gz.

Value

nil

Documentation

If non-nil, used instead compilation-error-regexp-alist`.

The value might be tool-dependent, see antlr-tool-version-variables.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defvar antlr-compilation-error-regexp-alist nil
  "If non-nil, used instead `compilation-error-regexp-alist'`.
The value might be tool-dependent, see `antlr-tool-version-variables'.")