From: Dave Love Date: Tue, 14 Nov 2000 17:19:59 +0000 (+0000) Subject: Fix again. X-Git-Tag: emacs-pretest-21.0.90~67 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f7a6110d25d75ae11a47235fba1c9acb2fe3c3c8;p=emacs.git Fix again. --- 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