Function: xscheme-send-control-x-interrupt

xscheme-send-control-x-interrupt is an interactive and byte-compiled function defined in xscheme.el.gz.

Signature

(xscheme-send-control-x-interrupt)

Documentation

Cause the Scheme process to halt, returning to current rep loop.

Key Bindings

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/xscheme.el.gz
(defun xscheme-send-control-x-interrupt ()
  "Cause the Scheme process to halt, returning to current rep loop."
  (interactive)
  (xscheme-send-interrupt ?x t))