diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-07-11 07:28:47 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-07-11 07:28:47 -0700 |
commit | f888430a6012947a9aea3624592dff1fc1f18726 (patch) | |
tree | 3b7af565caea3cd82de0d516c2a8e3b626841b9d /lisplib.c | |
parent | 4ccc4bff6556940a1268d96ec60bb2f599f0fe6d (diff) | |
download | txr-f888430a6012947a9aea3624592dff1fc1f18726.tar.gz txr-f888430a6012947a9aea3624592dff1fc1f18726.tar.bz2 txr-f888430a6012947a9aea3624592dff1fc1f18726.zip |
Let's have placelet and placelet*.
* share/txr/stdlib/place.tl (placelet*): New macro.
* lisplib.c (place_set_entries): Add placelet* to list of names.
* txr.1: Updated to document placelet* and fix mistakes.
Diffstat (limited to 'lisplib.c')
-rw-r--r-- | lisplib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ static val place_set_entries(val dlt, val fun) lit("push"), lit("pop"), lit("swap"), lit("shift"), lit("rotate"), lit("pushnew"), lit("del"), lit("defplace"), lit("define-modify-macro"), - lit("placelet"), + lit("placelet"), lit("placelet*"), nil }; |