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:
parent
8c7846fff4
commit
92ec3b5f0c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user