]> code.delx.au - gnu-emacs/blobdiff - lisp/xscheme.el
(cperl-problems, cperl-tips, cperl-non-problems, cperl-praise): Doc fixes.
[gnu-emacs] / 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)