Fix WNA typo.
authorChris Hanson <org/chris-hanson/cph>
Fri, 1 Oct 2004 04:32:09 +0000 (04:32 +0000)
committerChris Hanson <org/chris-hanson/cph>
Fri, 1 Oct 2004 04:32:09 +0000 (04:32 +0000)
v7/src/runtime/wind.scm

index f886fe9cd69ecc57467c80208841a630a697bae7..bb7b710dffb43aca1b2a808911967e303966c28f 100644 (file)
@@ -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!)