From 7a9786b4154f939e60bb2923b8b90a81f38e20ad Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 29 Jun 2021 06:52:38 -0700 Subject: New function: path-search. * lisplib.c (path_test_set_entries): Autoload on path-search. * stdlib/path-test.tl (path-search): New function. * tests/018/path-test.tl: New file. * txr.1: Documented. * stdlib/doc-lookup.tl: Updated. --- lisplib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisplib.c') diff --git a/lisplib.c b/lisplib.c index a97f741f..ccd5ed38 100644 --- a/lisplib.c +++ b/lisplib.c @@ -189,7 +189,7 @@ static val path_test_set_entries(val dlt, val fun) lit("path-newer"), lit("path-older"), lit("path-same-object"), lit("path-private-to-me-p"), lit("path-strictly-private-to-me-p"), - lit("path-dir-empty"), + lit("path-dir-empty"), lit("path-search"), nil }; -- cgit v1.2.3