Variable: lua-default-command-switches
lua-default-command-switches is a customizable variable defined in
lua-mode.el.gz.
Value
("-i")
Documentation
Command switches for lua-default-application.
Should be a list of strings.
This variable was added, or its default value changed, in Emacs 31.1.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/lua-mode.el.gz
(defcustom lua-default-command-switches (list "-i")
"Command switches for `lua-default-application'.
Should be a list of strings."
:type '(repeat string)
:version "31.1")