Mercurial > emacs
changeset 33487:71de6ba64af7
Fix again.
author | Dave Love <fx@gnu.org> |
---|---|
date | Tue, 14 Nov 2000 17:19:59 +0000 |
parents | 932a9c3c4ab2 |
children | 352cb95d9f27 |
files | lisp/progmodes/scheme.el |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/scheme.el Tue Nov 14 15:10:02 2000 +0000 +++ b/lisp/progmodes/scheme.el Tue Nov 14 17:19:59 2000 +0000 @@ -264,6 +264,12 @@ :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