Function: xscheme-prompt-for-confirmation

xscheme-prompt-for-confirmation is a byte-compiled function defined in xscheme.el.gz.

Signature

(xscheme-prompt-for-confirmation PROMPT-STRING)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/xscheme.el.gz
(defun xscheme-prompt-for-confirmation (prompt-string)
  (xscheme-send-char (if (y-or-n-p prompt-string) ?y ?n)))