From 35910fa0ce5ecaa8888c3fd5a0f45ea38b9efbe3 Mon Sep 17 00:00:00 2001 From: mryouse Date: Sat, 25 Jun 2022 03:09:58 +0000 Subject: bugfix: 'newline' descoped --- neighborcat/neighborcat.neb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neighborcat/neighborcat.neb b/neighborcat/neighborcat.neb index ae2ae70..1c3b02a 100644 --- a/neighborcat/neighborcat.neb +++ b/neighborcat/neighborcat.neb @@ -77,7 +77,7 @@ (def target-porch (user-from-path target-eats)) (with-write (concat HOME target-porch PORCH NAME) (write CAT _file_) - (write (concat "thank you for the " target-eats-stem "!" (newline)) _file_))) + (write (concat "thank you for the " target-eats-stem "!\n") _file_))) (func init () ; create the new porch and bowl -- cgit v1.2.3