Variable: xscheme-start-hook

xscheme-start-hook is a customizable variable defined in xscheme.el.gz.

Value

nil

Documentation

If non-nil, a procedure to call when the Scheme process is started.

When called, the current buffer will be the Scheme process-buffer.

This variable was added, or its default value changed, in Emacs 20.3.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/xscheme.el.gz
(defcustom xscheme-start-hook nil
  "If non-nil, a procedure to call when the Scheme process is started.
When called, the current buffer will be the Scheme process-buffer."
  :type 'hook
  :version "20.3")