Variable: scheme-program-arguments
scheme-program-arguments is a customizable variable defined in
xscheme.el.gz.
Value
nil
Documentation
Arguments passed to the Scheme program by the run-scheme command.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/xscheme.el.gz
(defcustom scheme-program-arguments nil
"Arguments passed to the Scheme program by the `run-scheme' command."
:type '(choice (const nil) string))