mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-04-30 03:40:34 +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:
parent
48548df91e
commit
025bb024ae
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@
|
||||||
(if line
|
(if line
|
||||||
(set-port-line! port line))
|
(set-port-line! port line))
|
||||||
(if column
|
(if column
|
||||||
(set-port-column! port line))
|
(set-port-column! port column))
|
||||||
|
|
||||||
(if (or compile? (not (language-evaluator lang)))
|
(if (or compile? (not (language-evaluator lang)))
|
||||||
((load-thunk-from-memory
|
((load-thunk-from-memory
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue