aboutsummaryrefslogtreecommitdiff
path: root/src/boot/ast.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/boot/ast.boot')
-rw-r--r--src/boot/ast.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/ast.boot b/src/boot/ast.boot
index e4501f1b..5eb147ed 100644
--- a/src/boot/ast.boot
+++ b/src/boot/ast.boot
@@ -670,7 +670,7 @@ bfIS1(lhs,rhs) ==
bfHas(expr,prop) ==
IDENTP prop => ["GET",expr,["QUOTE",prop]]
- bpSpecificErrorAtToken('"expected identifier as property name")
+ bpSpecificErrorHere('"expected identifier as property name")
bfApplication(bfop, bfarg) ==
bfTupleP bfarg => [bfop,:rest bfarg]