Variable: lua-always-show

lua-always-show is a customizable variable defined in lua-mode.el.gz.

Value

t

Documentation

Non-nil means display lua-process-buffer after sending a command.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/lua-mode.el.gz
(defcustom lua-always-show t
  "Non-nil means display `lua-process-buffer' after sending a command."
  :type 'boolean
  :group 'lua)