fix missing parens

svn: r7027
This commit is contained in:
Matthew Flatt 2007-08-06 02:29:58 +00:00
parent 4340c205d6
commit 89a43312e9

View File

@ -105,7 +105,7 @@
(lambda ()
;; ... but disable `#reader':
(parameterize ([read-accept-reader #f])
thunk))))
(thunk)))))
;; bundle-specifier: (listof symbol)
;; i.e. package + locale, (package-name [language] [country] [details ...])