]> birchwood-abbey.net Git - mit-scheme.git/commitdiff
Fix typo discovered by testing.
authorChris Hanson <org/chris-hanson/cph>
Sun, 28 Nov 2021 08:26:03 +0000 (00:26 -0800)
committerChris Hanson <org/chris-hanson/cph>
Sun, 28 Nov 2021 08:26:03 +0000 (00:26 -0800)
src/runtime/library-parser.scm

index 109a810a1b74237ac18a7ecdd4a9d00055715f5a..9146e88f70c68e839761905cc05573d61cdcfe83 100644 (file)
@@ -351,7 +351,7 @@ USA.
   (object-parser
     (encapsulate list
       (list 'export-to
-           (values 'mit-export-to)
+           (values 'mit-export)
            (match-if library-name?)
            (* (object mit-inclusion-parser))))))