Fix typo.
authoru6001 <u6001>
Mon, 1 Jun 1992 16:50:47 +0000 (16:50 +0000)
committeru6001 <u6001>
Mon, 1 Jun 1992 16:50:47 +0000 (16:50 +0000)
v7/src/edwin/artdebug.scm

index 068cc9878f74c8f5779a5df39c155947c354478d..6bc61287864cf683f1bee0636218fca32e76251e 100644 (file)
@@ -1,6 +1,6 @@
 ;;; -*-Scheme-*-
 ;;;
-;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/artdebug.scm,v 1.17 1992/02/04 04:02:16 cph Exp $
+;;;    $Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/edwin/artdebug.scm,v 1.18 1992/06/01 16:50:47 u6001 Exp $
 ;;;
 ;;;    Copyright (c) 1989-92 Massachusetts Institute of Technology
 ;;;
@@ -1149,11 +1149,13 @@ Prefix argument means do not kill the debugger buffer."
           (and (not (null? windows))
                (apply min (map window-x-size windows)))))))
 
-(define (operation/debugger-failure string)
+(define (operation/debugger-failure port string)
+  port
   (message string)
   (editor-beep))
 
-(define (operation/debugger-message string)
+(define (operation/debugger-message port string)
+  port
   (message string))
 
 (define (debugger-presentation port thunk)