From f9eb75cb09184a9cfca75d42c9f27e0ac693847e Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Sun, 25 Dec 2022 19:08:03 +0000 Subject: bin: Replace define* with define. * bin/tissue (load-config): Define using define instead of define*. --- bin/tissue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin') diff --git a/bin/tissue b/bin/tissue index d611152..85d9b7a 100755 --- a/bin/tissue +++ b/bin/tissue @@ -150,7 +150,7 @@ Show the text of FILE. get-line-dos-or-unix port)))))) -(define* (load-config) +(define (load-config) "Load configuration and return object." (call-with-file-in-git (current-git-repository) "tissue.scm" (compose eval-string get-string-all))) -- cgit v1.2.3