diff --git a/collects/honu/core/read.rkt b/collects/honu/core/read.rkt index 7a9a5e01c9..596fd61779 100644 --- a/collects/honu/core/read.rkt +++ b/collects/honu/core/read.rkt @@ -212,7 +212,7 @@ [(position-token token start end) ;; (printf "Lexed ~a\n" token) (define (encloser kind) - (values token 'parens kind + (values token 'parenthesis kind (position-offset start) (position-offset end) need-backup mode))