Function: xscheme-process-buffer-current-p
xscheme-process-buffer-current-p is a byte-compiled function defined
in xscheme.el.gz.
Signature
(xscheme-process-buffer-current-p)
Documentation
True if the current buffer is the Scheme process buffer.
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/xscheme.el.gz
(defun xscheme-process-buffer-current-p ()
"True if the current buffer is the Scheme process buffer."
(eq (xscheme-process-buffer) (current-buffer)))