Mercurial > emacs
changeset 33481:8af1f6c81e70
(scheme-program-name): Don't define here.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 14 Nov 2000 14:34:13 +0000 |
parents | 618e348d3257 |
children | ae573ea17383 |
files | lisp/xscheme.el |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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)