From: Chris Hanson Date: Tue, 11 Jul 1995 21:50:17 +0000 (+0000) Subject: Fix think-o in previous change. X-Git-Tag: 20090517-FFI~6189 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=d8e07ff9bebdb5481b4db045be26d279816eb531;p=mit-scheme.git Fix think-o in previous change. --- diff --git a/v7/src/sf/subst.scm b/v7/src/sf/subst.scm index e5639fc59..7e6549ecc 100644 --- a/v7/src/sf/subst.scm +++ b/v7/src/sf/subst.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: subst.scm,v 4.14 1995/07/06 22:18:08 cph Exp $ +$Id: subst.scm,v 4.15 1995/07/11 21:50:17 cph Exp $ Copyright (c) 1988-95 Massachusetts Institute of Technology @@ -982,8 +982,9 @@ forms are simply removed. ((and (procedure? operator) (block/safe? (procedure/block operator)) - (null? (declarations/original - (block/declarations (procedure/block operator)))) + (for-all? (declarations/original + (block/declarations (procedure/block operator))) + declarations/known?) (for-all? (procedure/optional operator) variable/integrated) (or (not (procedure/rest operator))