Variable: tcl-command-switches

tcl-command-switches is a customizable variable defined in tcl.el.gz.

Value

nil

Documentation

List of switches to supply to the tcl-application program.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/tcl.el.gz
(defcustom tcl-command-switches nil
  "List of switches to supply to the `tcl-application' program."
  :type '(repeat string))