From 92ec3b5f0c95eb1b3b84611ad5d269aef4e9b276 Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 1 Sep 2011 21:22:35 -0500 Subject: [PATCH] added back the accidentally deleted port-count-lines! call (this was actually already covered in existing drracket test suites) closes PR 12161 --- collects/drracket/private/unit.rkt | 1 + 1 file changed, 1 insertion(+) diff --git a/collects/drracket/private/unit.rkt b/collects/drracket/private/unit.rkt index 00deb4df29..cc1d82c19d 100644 --- a/collects/drracket/private/unit.rkt +++ b/collects/drracket/private/unit.rkt @@ -2650,6 +2650,7 @@ module browser threading seems wrong. (send defs-copy set-style-list (send definitions-text get-style-list)) ;; speeds up the copy (send definitions-text copy-self-to defs-copy) (define text-port (open-input-text-editor defs-copy 0 'end values name #t)) + (port-count-lines! text-port) (send interactions-text evaluate-from-port text-port #t