forgot to remove a reference to oc.ss

svn: r9772
This commit is contained in:
Robby Findler 2008-05-09 16:43:31 +00:00
parent 1ca628a1b8
commit acdbe038c6

View File

@ -24,7 +24,7 @@ all of the names in the tools library, for use defining keybindings
(require (for-syntax scheme/base))
(require/doc drscheme/private/ts drscheme/private/oc scheme/base scribble/manual)
(require/doc drscheme/private/ts scheme/base scribble/manual)
(shutdown-splash)
(define-values/invoke-unit/infer drscheme@)
@ -1453,4 +1453,4 @@ all of the names in the tools library, for use defining keybindings
(drscheme:language:simple-settings? . -> . vector?)
(simple-settings)
@{Constructs a vector whose elements are the fields of @scheme[simple-settings].}))
@{Constructs a vector whose elements are the fields of @scheme[simple-settings].}))