From 6e601d456091126ca02598097542beb5936e5b17 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Fri, 1 Oct 2004 04:32:09 +0000 Subject: [PATCH] Fix WNA typo. --- v7/src/runtime/wind.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v7/src/runtime/wind.scm b/v7/src/runtime/wind.scm index f886fe9cd..bb7b710df 100644 --- a/v7/src/runtime/wind.scm +++ b/v7/src/runtime/wind.scm @@ -1,6 +1,6 @@ #| -*-Scheme-*- -$Id: wind.scm,v 14.10 2004/10/01 02:43:49 cph Exp $ +$Id: wind.scm,v 14.11 2004/10/01 04:32:09 cph Exp $ Copyright 1986,1987,1988,1989,1992,1993 Massachusetts Institute of Technology Copyright 2004 Massachusetts Institute of Technology @@ -175,11 +175,11 @@ USA. (%execute-at-new-state-point state-space:local (lambda () - (%%translate-to-state-point fluid-bindings) + (%translate-to-state-point fluid-bindings) (before)) during (lambda () - (%%translate-to-state-point fluid-bindings) + (%translate-to-state-point fluid-bindings) (after))))) (define (initialize-package!) -- 2.25.1