original commit: 4f3059727a34748bccdd384c9ea9ec3b28a6adad
This commit is contained in:
Robby Findler 2001-01-17 21:57:39 +00:00
parent 0f2486156e
commit 96ed8a1e3f

View File

@ -400,8 +400,8 @@
(let* ([edit (get-info-editor)]
[make-one
(lambda (pos)
(let* ([line (send edit position-line pos)]
[line-start (send edit line-start-position line)]
(let* ([line (send edit position-paragraph pos)]
[line-start (send edit paragraph-start-position line)]
[char (- pos line-start)])
(if line-numbers?
(format "~a:~a"