From 208fd08e2640e7fa3cb6225b4c8c5130804335e6 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 14 Nov 2000 14:34:13 +0000 Subject: [PATCH] (scheme-program-name): Don't define here. --- lisp/xscheme.el | 5 ----- 1 file changed, 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 @@ "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) -- 2.39.5