From 2cc1f3344431f4013a86a819b223d4e0b750a035 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 15 Oct 2003 11:17:24 +0000 Subject: [PATCH] . original commit: 6f2e6c9c86d6faacea5ea5743133f07e635ee4d2 --- collects/framework/private/scheme.ss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/framework/private/scheme.ss b/collects/framework/private/scheme.ss index 713ac9bd..3c1463c3 100644 --- a/collects/framework/private/scheme.ss +++ b/collects/framework/private/scheme.ss @@ -410,7 +410,7 @@ (opt-lambda ([just-clear? #f]) (unless in-highlight-parens? (set! in-highlight-parens? #t) - (begin-edit-sequence) + (begin-edit-sequence #f #f) (clear-old-locations) (set! clear-old-locations void) (when (preferences:get 'framework:highlight-parens)