summaryrefslogtreecommitdiffstats
path: root/txr.c
diff options
context:
space:
mode:
Diffstat (limited to 'txr.c')
-rw-r--r--txr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/txr.c b/txr.c
index ef9afd9a..ae639782 100644
--- a/txr.c
+++ b/txr.c
@@ -623,7 +623,7 @@ int txr_main(int argc, char **argv)
}
arg = sub_str(arg, num(8), nil);
arg2 = upop(&arg_list, &arg_undo);
- arg_list = append2(mapcar(iffi(curry_12_2(equal_f, lit("{}")),
+ arg_list = append2(mapcar(iffi(pa_12_2(equal_f, lit("{}")),
retf(arg2), nil),
split_str(arg, sep)),
arg_list);