Fix doc breakage.

`abstract` from racket/class conflicted with `abstract`
in scribble paper modules.
This commit is contained in:
Asumu Takikawa 2012-05-22 19:55:44 -04:00
parent 9400432903
commit 94545a7cd7

View File

@ -15,7 +15,7 @@
(provide (for-label (all-from-out mod))))]
[(_ mod ...) (begin (bounce-for-label mod) ...)]))
(bounce-for-label (all-except racket (link) ())
(bounce-for-label (all-except racket (abstract link) ())
scribble/core
scribble/base-render
scribble/decode