Variable: antlr-init-submode

antlr-init-submode is a variable defined in antlr-mode.el.gz.

Value

antlr-set-tabs

Documentation

Function used to initialize the action language.

Important for languages which do not depend on CC Mode. The value is language-dependent, see antlr-language-variables.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defvar antlr-init-submode #'antlr-set-tabs
  "Function used to initialize the action language.
Important for languages which do not depend on CC Mode.
The value is language-dependent, see `antlr-language-variables'.")