original commit: 4bb6c1ddcfcfe401986b0d2223ea6fd11ca61079
This commit is contained in:
Jay McCarthy 2010-06-24 14:12:50 -06:00
parent f257e8b1d0
commit 43cf5339a2

View File

@ -12,6 +12,6 @@
; XXX repl submit
(case key
[(color-lexer)
(dynamic-require `datalog/tool/syntax-color) 'get-syntax-token)]
(dynamic-require `datalog/tool/syntax-color 'get-syntax-token)]
[else (default key defval)]))
(require "../parse.rkt"))