fixed use-at-readtable again
svn: r8631
This commit is contained in:
parent
99eb875e90
commit
73c5e1e06c
|
@ -539,7 +539,8 @@
|
|||
(make-keyword-procedure
|
||||
(lambda (kws kw-args . rest)
|
||||
(port-count-lines! (current-input-port))
|
||||
(keyword-apply make-at-readtable kws kw-args rest))))
|
||||
(current-readtable
|
||||
(keyword-apply make-at-readtable kws kw-args rest)))))
|
||||
|
||||
;; utilities for below
|
||||
(define make-default-at-readtable
|
||||
|
|
Loading…
Reference in New Issue
Block a user