Function: xscheme-send-control-u-interrupt
xscheme-send-control-u-interrupt is an interactive and byte-compiled
function defined in xscheme.el.gz.
Signature
(xscheme-send-control-u-interrupt)
Documentation
Cause the Scheme process to halt, returning to previous rep loop.
Key Bindings
Source Code
;; Defined in /usr/src/emacs/lisp/progmodes/xscheme.el.gz
(defun xscheme-send-control-u-interrupt ()
"Cause the Scheme process to halt, returning to previous rep loop."
(interactive)
(xscheme-send-interrupt ?u t))