From: Han-Wen Nienhuys Date: Sun, 10 Jun 2007 03:25:05 +0000 (-0300) Subject: doc why ice-9 in coverage.scm X-Git-Tag: release/2.11.27-1~15^2~4^2~11 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ab8b01f8084bad56b5471f8ea741554a6ca807e7;p=lilypond.git doc why ice-9 in coverage.scm --- diff --git a/scm/coverage.scm b/scm/coverage.scm index 7b1dfc810d..e7392bb683 100644 --- a/scm/coverage.scm +++ b/scm/coverage.scm @@ -3,7 +3,8 @@ (use-modules (lily) (ice-9 rdelim) (ice-9 regex) - (ice-9 format)) + (ice-9 format) ;; needed for ~8@ + ) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;