unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
* [PATCH] eval-string: Fix setting port column
@ 2024-03-14 11:11 Nikita Domnitskii
  2024-03-20 20:12 ` Jonas Hahnfeld via Developers list for Guile, the GNU extensibility library
  2024-04-05 23:09 ` Rob Browning
  0 siblings, 2 replies; 4+ messages in thread
From: Nikita Domnitskii @ 2024-03-14 11:11 UTC (permalink / raw)
  To: guile-devel

---
 module/ice-9/eval-string.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/module/ice-9/eval-string.scm b/module/ice-9/eval-string.scm
index ea0f17777..9cac03632 100644
--- a/module/ice-9/eval-string.scm
+++ b/module/ice-9/eval-string.scm
@@ -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


-- 
Best Regards,
Nikita Domnitskii



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-05-06  9:38 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-14 11:11 [PATCH] eval-string: Fix setting port column Nikita Domnitskii
2024-03-20 20:12 ` Jonas Hahnfeld via Developers list for Guile, the GNU extensibility library
2024-05-06  9:38   ` bug#69921: " Ludovic Courtès
2024-04-05 23:09 ` Rob Browning

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).