Variable: scheme-mit-dialect
scheme-mit-dialect is a customizable variable defined in scheme.el.gz.
Value
t
Documentation
If non-nil, scheme mode is specialized for MIT Scheme.
Set this to nil if you normally use another dialect.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/scheme.el.gz
(defcustom scheme-mit-dialect t
"If non-nil, scheme mode is specialized for MIT Scheme.
Set this to nil if you normally use another dialect."
:type 'boolean)