summaryrefslogtreecommitdiffstats
path: root/lisplib.c
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-09-17 22:24:34 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-09-17 22:24:34 -0700
commitb88fe485cef6ac08b621b193e69556d65704398c (patch)
treeb34c2b1c2f4c62347a471208922f1c8cbf75fe89 /lisplib.c
parent86d3b7542e1dffa525f0d131d1ef26440055f39e (diff)
downloadtxr-b88fe485cef6ac08b621b193e69556d65704398c.tar.gz
txr-b88fe485cef6ac08b621b193e69556d65704398c.tar.bz2
txr-b88fe485cef6ac08b621b193e69556d65704398c.zip
New function path-private-to-me.
* lisplib.c (path_test_set_entries: "path-private-to-me-p" addred to name array. * share/txr/stdlib/path-test.tl (path-private-to-me-p): New function. * txr.1: Documented path-private-to-me.
Diffstat (limited to 'lisplib.c')
-rw-r--r--lisplib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisplib.c b/lisplib.c
index 0e70d7b4..dc90a377 100644
--- a/lisplib.c
+++ b/lisplib.c
@@ -151,7 +151,7 @@ static val path_test_set_entries(val dlt, val fun)
lit("path-setgid-p"), lit("path-setuid-p"), lit("path-sticky-p"),
lit("path-mine-p"), lit("path-my-group-p"), lit("path-executable-to-me-p"),
lit("path-writable-to-me-p"), lit("path-newer"), lit("path-older"),
- lit("path-same-object"),
+ lit("path-same-object"), lit("path-private-to-me-p"),
nil
};