svn: r15905
This commit is contained in:
Robby Findler 2009-09-07 21:43:50 +00:00
parent d92ac1c2fd
commit 8f24d026d6

View File

@ -2153,7 +2153,7 @@ If the namespace does not, they are colored the unbound color.
(and (not a)
(not b)))))))])
(cond
[(get-ids varsets var (λ () #f))
[(get-ids varsets var)
(color var set!d-variable-style-name)]
[lexical? (color var lexically-bound-variable-style-name)]
[(pair? b) (color var imported-variable-style-name)])))