fix missing parens
svn: r7027
This commit is contained in:
parent
4340c205d6
commit
89a43312e9
|
@ -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 ...])
|
||||
|
|
Loading…
Reference in New Issue
Block a user