Variable: antlr-tool-version

antlr-tool-version is a customizable variable defined in antlr-mode.el.gz.

Value

20701

Documentation

The version number of the Antlr tool.

The value is an integer of the form XYYZZ which stands for vX.YY.ZZ. This variable is used to warn about non-supported options and to supply version correct option values when using M-x antlr-insert-option (antlr-insert-option).

Don't use a number smaller than 20600 since the stored history of Antlr's options starts with v2.06.00, see antlr-options-alists. You can make this variable buffer-local.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defcustom antlr-tool-version 20701
  "The version number of the Antlr tool.
The value is an integer of the form XYYZZ which stands for vX.YY.ZZ.
This variable is used to warn about non-supported options and to supply
version correct option values when using \\[antlr-insert-option].

Don't use a number smaller than 20600 since the stored history of
Antlr's options starts with v2.06.00, see `antlr-options-alists'.  You
can make this variable buffer-local."
  :type 'integer)