Variable: antlr-ask-about-save

antlr-ask-about-save is a customizable variable defined in antlr-mode.el.gz.

Value

t

Documentation

If not nil, M-x antlr-run-tool (antlr-run-tool) asks which buffers to save.

Otherwise, it saves all modified buffers before running without asking.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defcustom antlr-ask-about-save t
  "If not nil, \\[antlr-run-tool] asks which buffers to save.
Otherwise, it saves all modified buffers before running without asking."
  :type 'boolean)