Variable: xscheme-string-accumulator
xscheme-string-accumulator is a buffer-local variable defined in
xscheme.el.gz.
Documentation
Accumulator for the string being received from the scheme process.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/xscheme.el.gz
(defvar-local xscheme-string-accumulator ""
"Accumulator for the string being received from the scheme process.")