From 8f24d026d6dd99ae8060ceb311d8debd46fb659f Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Mon, 7 Sep 2009 21:43:50 +0000 Subject: [PATCH] PR 10433 svn: r15905 --- collects/drscheme/syncheck.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/drscheme/syncheck.ss b/collects/drscheme/syncheck.ss index 36c08f33f9..8e8c06cfe6 100644 --- a/collects/drscheme/syncheck.ss +++ b/collects/drscheme/syncheck.ss @@ -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)])))