Variable: inferior-tcl-source-command
inferior-tcl-source-command is a customizable variable defined in
tcl.el.gz.
Value
"source %s\n"
Documentation
Format-string for building a Tcl command to load a file.
This format string should use %s to substitute a file name
and should result in a Tcl expression that will command the
inferior Tcl to load that file. The filename will be appropriately
quoted for Tcl.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/tcl.el.gz
(defcustom inferior-tcl-source-command "source %s\n"
"Format-string for building a Tcl command to load a file.
This format string should use `%s' to substitute a file name
and should result in a Tcl expression that will command the
inferior Tcl to load that file. The filename will be appropriately
quoted for Tcl."
:type 'string)