diff options
author | Dave Love <fx@gnu.org> | 2000-11-14 17:19:59 +0000 |
---|---|---|
committer | Dave Love <fx@gnu.org> | 2000-11-14 17:19:59 +0000 |
commit | f7a6110d25d75ae11a47235fba1c9acb2fe3c3c8 (patch) | |
tree | 507b8d4043575461271a413620ab50b0717a00fc /lisp/progmodes/scheme.el | |
parent | bb304a7a29f190860b70f8a2ac7f9efb7573e73d (diff) | |
download | emacs-f7a6110d25d75ae11a47235fba1c9acb2fe3c3c8.tar.gz |
Fix again.
Diffstat (limited to 'lisp/progmodes/scheme.el')
-rw-r--r-- | lisp/progmodes/scheme.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/progmodes/scheme.el b/lisp/progmodes/scheme.el index 127efad288a..78aed798e1b 100644 --- a/lisp/progmodes/scheme.el +++ b/lisp/progmodes/scheme.el @@ -264,6 +264,12 @@ See `run-hooks'." :type 'hook :group 'scheme) +;; This is shared by cmuscheme and xscheme. +(defcustom scheme-program-name "scheme" + "*Program invoked by the `run-scheme' command." + :type 'string + :group 'scheme) + (defvar dsssl-imenu-generic-expression ;; Perhaps this should also look for the style-sheet DTD tags. I'm ;; not sure it's the best way to organize it; perhaps one type |