Make SF not complain about unused variables.
authorGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 27 Aug 1991 00:52:40 +0000 (00:52 +0000)
committerGuillermo J. Rozas <edu/mit/csail/zurich/gjr>
Tue, 27 Aug 1991 00:52:40 +0000 (00:52 +0000)
v7/src/runtime/error.scm

index 1999a604b96e20833c6a50d9a70a83a39cd6bdc3..b8935938128e36a19a4d123f58757380657ff603 100644 (file)
@@ -1,6 +1,6 @@
 #| -*-Scheme-*-
 
-$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/error.scm,v 14.19 1991/08/26 20:29:21 markf Exp $
+$Header: /Users/cph/tmp/foo/mit-scheme/mit-scheme/v7/src/runtime/error.scm,v 14.20 1991/08/27 00:52:40 jinx Exp $
 
 Copyright (c) 1988-91 Massachusetts Institute of Technology
 
@@ -1005,6 +1005,7 @@ MIT in each case. |#
         condition-type:open-file-error '(FILENAME EXPLANATION)
         standard-error-handler
         (lambda (pathname explanation)
+          explanation                  ; ignored
           (string-append
            "Expression to yield replacement for file name \""
            (if (pathname? pathname)