diff --git a/collects/framework/private/color.ss b/collects/framework/private/color.ss index cda4c5c3..cc0df1b9 100644 --- a/collects/framework/private/color.ss +++ b/collects/framework/private/color.ss @@ -598,7 +598,7 @@ (else (let* ((c (car closers)) (l (string-length c))) - (insert c) + (insert c pos) (let ((m (backward-match (+ l pos) start-pos))) (cond ((and m