From b121171a98e772cebecc42dcef58dcd36bf6e33b Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Tue, 26 Oct 2010 17:05:09 -0500 Subject: [PATCH] fixed a bug in the way interval maps were being used in check syntax. please push to the release branch. --- collects/drracket/private/syncheck/gui.rkt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/drracket/private/syncheck/gui.rkt b/collects/drracket/private/syncheck/gui.rkt index 0774831ba3..f5d0316000 100644 --- a/collects/drracket/private/syncheck/gui.rkt +++ b/collects/drracket/private/syncheck/gui.rkt @@ -504,7 +504,7 @@ If the namespace does not, they are colored the unbound color. (if (for/or ([x (in-list old)]) (and (pair? x) (car x) (eq? (car x) key))) old - (cons to-add old))) + (cons (cons key to-add) old))) null)] [else (interval-map-cons*! arrow-record