Typo in variable name.
authorJoe Marshall <jmarshall@alum.mit.edu>
Sat, 13 Feb 2010 22:12:24 +0000 (14:12 -0800)
committerJoe Marshall <jmarshall@alum.mit.edu>
Sat, 13 Feb 2010 22:12:24 +0000 (14:12 -0800)
src/sf/object.scm

index 85ada7a0deaaf689d12fd9b1082c9ceae3517b8a..4c45799f4c22fa339dc1ad799f268aa918803d7e 100644 (file)
@@ -328,7 +328,7 @@ USA.
                   result-body
                   (sequence/make
                    expression
-                   (append other-operands (list form))))))))
+                   (append other-operands (list result-body))))))))
        (else
         (combination/%make (and expression (object/scode expression)) block operator operands))))