aboutsummaryrefslogtreecommitdiff
path: root/src/boot/tokens.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/tokens.boot')
-rw-r--r--src/boot/tokens.boot3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/boot/tokens.boot b/src/boot/tokens.boot
index e5160acd..1424c6cd 100644
--- a/src/boot/tokens.boot
+++ b/src/boot/tokens.boot
@@ -280,7 +280,8 @@ for i in [ _
["setUnion", "UNION"] , _
["strconc", "CONCAT"] , _
["string?", "STRINGP"] ,_
- ["substitute", "SUBST"] , _
+ ["substitute", "SUBST"] , _
+ ["substitute!", "NSUBST"] , _
["symbol?", "SYMBOLP"] , _
["take", "TAKE"] ,
["third", "CADDR"] , _