# HG changeset patch # User Dave Love # Date 974212453 0 # Node ID 8af1f6c81e70c03cc24fa483cf7f7a17cd8435eb # Parent 618e348d3257d5a143b726648bd38ff73e02f916 (scheme-program-name): Don't define here. diff -r 618e348d3257 -r 8af1f6c81e70 lisp/xscheme.el --- a/lisp/xscheme.el Tue Nov 14 14:33:29 2000 +0000 +++ b/lisp/xscheme.el Tue Nov 14 14:34:13 2000 +0000 @@ -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)