1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-04-29 19:30:36 +02:00

eval-string: set port column to column, not line

* module/ice-9/eval-string.scm: set column to column, not line.
This commit is contained in:
Nikita Domnitskii 2024-03-14 17:11:23 +06:00 committed by Rob Browning
parent 48548df91e
commit 025bb024ae

View file

@ -81,7 +81,7 @@
(if line
(set-port-line! port line))
(if column
(set-port-column! port line))
(set-port-column! port column))
(if (or compile? (not (language-evaluator lang)))
((load-thunk-from-memory