diff options
-rw-r--r-- | lisplib.c | 2 | ||||
-rw-r--r-- | txr.1 | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -216,7 +216,7 @@ static val with_stream_instantiate(val set_fun) static val hash_set_entries(val dlt, val fun) { - val name[] = { lit("with-hash-table-iter"), nil }; + val name[] = { lit("with-hash-iter"), nil }; set_dlt_entries(dlt, name, fun); return nil; } @@ -29011,7 +29011,7 @@ If no more entries remain to be visited, it returns .mets \ \ << body-form *) .syne The -.code with-hash-table-iter +.code with-hash-iter macro evaluates .metn body-form -s in an environment in which a lexically scoped function is visible. |