.
original commit: 1cf2131266cffb1d65f7e198056af6a3a7530479
This commit is contained in:
parent
3a01dc6312
commit
4bf8ca083c
|
@ -116,8 +116,8 @@
|
|||
html-keywords
|
||||
doc
|
||||
(lambda ()
|
||||
(with-handlers ([exn:fail:read? (lambda (x) null)]
|
||||
[exn:fail:filesystem? (lambda (x) null)])
|
||||
(with-handlers ([exn:fail:read? (λ (x) null)]
|
||||
[exn:fail:filesystem? (λ (x) null)])
|
||||
(transform-keywords
|
||||
(with-input-from-file (build-path doc "keywords")
|
||||
read))))))
|
||||
|
|
Loading…
Reference in New Issue
Block a user