guile-pstk

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit ce07a2da3fae61995d275616b31f8224d6dba81f
parent 5313f88183fcb8c831ad1986ead1d482b5863efe
Author: Yuval Langer <yuval.langer@gmail.com>
Date:   Sun, 16 Jun 2024 03:04:03 +0300

Add a wee newline at the end of the big Tcl initialisation string.

Diffstat:
Mpstk.scm | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pstk.scm b/pstk.scm @@ -337,7 +337,8 @@ proc evalCmdFromScm {cmd {properly 0}} { puts \"(return \\\"[string map [list \\\\ \\\\\\\\ \\\" \\\\\\\"] $result]\\\")\" } flush stdout -}") +} +") (define (report-error x) (newline)