From f7a6110d25d75ae11a47235fba1c9acb2fe3c3c8 Mon Sep 17 00:00:00 2001 From: Dave Love Date: Tue, 14 Nov 2000 17:19:59 +0000 Subject: [PATCH] Fix again. --- lisp/progmodes/scheme.el | 6 ++++++ 1 file changed, 6 insertions(+) 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 -- 2.39.5