Skip to content
Prev Previous commit
Make more logical use of return value
  • Loading branch information
lassik committed Oct 17, 2022
commit be7c83dc681fa83c6c03cf128b3c441ea985020e
4 changes: 2 additions & 2 deletions srfi-tools/pre.sld
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@
(ensure-directory dir)
(prepare-file (path-append dir "Makefile") makefile-lines)
(prepare-file (path-append dir "README.md") readme-lines)
(disp dir)))
dir))

(define-command (pre-new name)
"Create new unofficial \"pre-SRFI\" document NAME."
(pre-srfi-new name))))
(write-line (pre-srfi-new name)))))