diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-12-09 15:36:28 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-12-09 15:36:28 -0800 |
commit | 6cf10451395c20fad177704a3b5032106d083b88 (patch) | |
tree | e3eeae3b9fdcffa109f1a96a3215e9feec469746 /lisplib.c | |
parent | 6a88c55cdf0bd3bd6fc33086529bf4e79fd1e03e (diff) | |
download | txr-6cf10451395c20fad177704a3b5032106d083b88.tar.gz txr-6cf10451395c20fad177704a3b5032106d083b88.tar.bz2 txr-6cf10451395c20fad177704a3b5032106d083b88.zip |
New function: path-dir-empty.
* lisplib.c (path_test_set_entries): Autoload entry for
path-dir-empty.
* share/txr/stdlib/path-test.tl (path-dir-empty): New
function.
* txr.1: Documented.
Diffstat (limited to 'lisplib.c')
-rw-r--r-- | lisplib.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -190,6 +190,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"), nil }; |