]> git.eshelyaron.com Git - emacs.git/commitdiff
(scheme-program-name): Don't define here.
authorDave Love <fx@gnu.org>
Tue, 14 Nov 2000 14:34:13 +0000 (14:34 +0000)
committerDave Love <fx@gnu.org>
Tue, 14 Nov 2000 14:34:13 +0000 (14:34 +0000)
lisp/xscheme.el

index fb48a320c3a2f4a2a06e03ce7d15e47817e718f0..1ad839d0e694e7ca34cd83ea01f8e6eece04e390 100644 (file)
   "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)