Fix doc breakage.

`abstract` from racket/class conflicted with `abstract`
in scribble paper modules.

original commit: 94545a7cd7c108688c2299bb5f0e0f2e0a63c025
This commit is contained in:
Asumu Takikawa 2012-05-22 19:55:44 -04:00
parent e1f816952c
commit aaad158068

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