Variable: scheme-band-name

scheme-band-name is a customizable variable defined in xscheme.el.gz.

Value

nil

Documentation

Band loaded by the run-scheme command.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/xscheme.el.gz
(defcustom scheme-band-name nil
  "Band loaded by the `run-scheme' command."
  :type '(choice (const nil) string))