Variable: antlr-run-tool-on-buffer-file
antlr-run-tool-on-buffer-file is a customizable variable defined in
antlr-mode.el.gz.
Value
t
Documentation
Non-nil, if M-x antlr-run-tool (antlr-run-tool) runs on the file for the current buffer.
If nil, the provided tool command must include the file name.
This variable was added, or its default value changed, in Emacs 31.1.
Probably introduced at or before Emacs version 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defcustom antlr-run-tool-on-buffer-file t ; was nil before 3.2.0
"Non-nil, if \\[antlr-run-tool] runs on the file for the current buffer.
If nil, the provided tool command must include the file name."
:type 'boolean
:version "31.1")