From: Chris Hanson Date: Thu, 9 Sep 1993 21:17:21 +0000 (+0000) Subject: Eliminate unused variable warnings. X-Git-Tag: 20090517-FFI~7875 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=6689adc554aef77ab45d3f656b7b1aae3a955cf5;p=mit-scheme.git Eliminate unused variable warnings. --- diff --git a/v7/src/edwin/debug.scm b/v7/src/edwin/debug.scm index 8a63a7674..8100a3e77 100644 --- a/v7/src/edwin/debug.scm +++ b/v7/src/edwin/debug.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: debug.scm,v 1.17 1993/09/09 21:13:59 cph Exp $ +;;; $Id: debug.scm,v 1.18 1993/09/09 21:17:21 cph Exp $ ;;; ;;; Copyright (c) 1992-93 Massachusetts Institute of Technology ;;; @@ -492,12 +492,14 @@ (if (condition? condition) (fluid-let ((prompt-for-confirmation (lambda (prompt #!optional port) + port (call-with-interface-port (buffer-end buffer) (lambda (port) (prompt-for-yes-or-no? prompt))))) (prompt-for-evaluated-expression (lambda (prompt #!optional environment port) + port (call-with-interface-port (buffer-end buffer) (lambda (port)