aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Love2000-11-14 14:34:13 +0000
committerDave Love2000-11-14 14:34:13 +0000
commit208fd08e2640e7fa3cb6225b4c8c5130804335e6 (patch)
treeb428993f8cd74f0d32443157bef046bf48fa0782
parentd3461e8fd00ca874f89a9a2ea9db6823612cb5cc (diff)
downloademacs-208fd08e2640e7fa3cb6225b4c8c5130804335e6.tar.gz
emacs-208fd08e2640e7fa3cb6225b4c8c5130804335e6.zip
(scheme-program-name): Don't define here.
-rw-r--r--lisp/xscheme.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/xscheme.el b/lisp/xscheme.el
index fb48a320c3a..1ad839d0e69 100644
--- a/lisp/xscheme.el
+++ b/lisp/xscheme.el
@@ -37,11 +37,6 @@
37 "Major mode for editing Scheme and interacting with MIT's C-Scheme." 37 "Major mode for editing Scheme and interacting with MIT's C-Scheme."
38 :group 'lisp) 38 :group 'lisp)
39 39
40(defcustom scheme-program-name "scheme"
41 "*Program invoked by the `run-scheme' command."
42 :type 'string
43 :group 'xscheme)
44
45(defcustom scheme-band-name nil 40(defcustom scheme-band-name nil
46 "*Band loaded by the `run-scheme' command." 41 "*Band loaded by the `run-scheme' command."
47 :type '(choice (const nil) string) 42 :type '(choice (const nil) string)