Fix typo in PROMPT-FOR-CONFIRMATION operation on REPL mode console
authorChris Hanson <org/chris-hanson/cph>
Wed, 20 Jan 1993 04:50:16 +0000 (04:50 +0000)
committerChris Hanson <org/chris-hanson/cph>
Wed, 20 Jan 1993 04:50:16 +0000 (04:50 +0000)
port.

v7/src/edwin/intmod.scm

index 017e29ab5144e3c13c7c2ca1e1f5c0aa73769087..599d153e5fc93861a6e7583c06abd745143b2ab2 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Id: intmod.scm,v 1.54 1993/01/09 09:44:40 cph Exp $
+;;;    $Id: intmod.scm,v 1.55 1993/01/20 04:50:16 cph Exp $
 ;;;
 ;;;    Copyright (c) 1986, 1989-93 Massachusetts Institute of Technology
 ;;;
@@ -738,7 +738,7 @@ If this is an error, the debugger examines the error condition."
   (unsolicited-prompt port prompt-for-expression prompt))
 
 (define (operation/prompt-for-confirmation port prompt)
-  (unsolicited-prompt port prompt-for-confirmation prompt))
+  (unsolicited-prompt port prompt-for-confirmation? prompt))
 
 (define unsolicited-prompt
   (let ((unique (list false)))