Variable: antlr-options-assign-string

antlr-options-assign-string is a customizable variable defined in antlr-mode.el.gz.

Value

" = "

Documentation

String containing = to use between option name and value.

This string is only used if the option to insert did not exist before or if there was no = after it. In other words, the spacing around an existing = won't be changed when changing an option value.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/antlr-mode.el.gz
(defcustom antlr-options-assign-string " = "
  "String containing `=' to use between option name and value.
This string is only used if the option to insert did not exist before
or if there was no `=' after it.  In other words, the spacing around an
existing `=' won't be changed when changing an option value."
  :type 'string)