(scheme-program-name): Don't define here.

This commit is contained in:
Dave Love 2000-11-14 14:34:13 +00:00
parent d3461e8fd0
commit 208fd08e26

View file

@ -37,11 +37,6 @@
"Major mode for editing Scheme and interacting with MIT's C-Scheme."
:group 'lisp)
(defcustom scheme-program-name "scheme"
"*Program invoked by the `run-scheme' command."
:type 'string
:group 'xscheme)
(defcustom scheme-band-name nil
"*Band loaded by the `run-scheme' command."
:type '(choice (const nil) string)