diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-09-17 22:24:34 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-09-17 22:24:34 -0700 |
commit | b88fe485cef6ac08b621b193e69556d65704398c (patch) | |
tree | b34c2b1c2f4c62347a471208922f1c8cbf75fe89 /lisplib.c | |
parent | 86d3b7542e1dffa525f0d131d1ef26440055f39e (diff) | |
download | txr-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }; |