fix an error message
This commit is contained in:
parent
344168690e
commit
c6f1178be3
|
@ -262,7 +262,7 @@
|
||||||
(eq? read-sym 'read-syntax)
|
(eq? read-sym 'read-syntax)
|
||||||
(lambda (spec)
|
(lambda (spec)
|
||||||
(lambda ()
|
(lambda ()
|
||||||
(error read-sym "cannot find reader for `#lang ~a ~a'"
|
(error read-sym "cannot find reader for `#lang ~a ~s'"
|
||||||
self-sym
|
self-sym
|
||||||
spec))))])
|
spec))))])
|
||||||
(let ([r (convert r)])
|
(let ([r (convert r)])
|
||||||
|
|
Loading…
Reference in New Issue
Block a user