added back the accidentally deleted port-count-lines! call

(this was actually already covered in existing drracket test suites)

closes PR 12161
This commit is contained in:
Robby Findler 2011-09-01 21:22:35 -05:00
parent 8c7846fff4
commit 92ec3b5f0c

View File

@ -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