PR 10433
svn: r15905
This commit is contained in:
parent
d92ac1c2fd
commit
8f24d026d6
|
@ -2153,7 +2153,7 @@ If the namespace does not, they are colored the unbound color.
|
||||||
(and (not a)
|
(and (not a)
|
||||||
(not b)))))))])
|
(not b)))))))])
|
||||||
(cond
|
(cond
|
||||||
[(get-ids varsets var (λ () #f))
|
[(get-ids varsets var)
|
||||||
(color var set!d-variable-style-name)]
|
(color var set!d-variable-style-name)]
|
||||||
[lexical? (color var lexically-bound-variable-style-name)]
|
[lexical? (color var lexically-bound-variable-style-name)]
|
||||||
[(pair? b) (color var imported-variable-style-name)])))
|
[(pair? b) (color var imported-variable-style-name)])))
|
||||||
|
|
Loading…
Reference in New Issue
Block a user