aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-10-18 03:09:53 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-10-18 03:09:53 +0200
commit80883a0544abe8ed2b56f32a02780c5cdf68f2d7 (patch)
tree375b70cec5f1db71ee3bee7b6720b4d7aa2243a8
parentRemove commented srfi-9 import. (diff)
downloadcalp-80883a0544abe8ed2b56f32a02780c5cdf68f2d7.tar.gz
calp-80883a0544abe8ed2b56f32a02780c5cdf68f2d7.tar.xz
Remove srfi-9 from defalut ignore of use2dot-all.
Since I'm moving away from srfi-9 mentioning it's existance is now good.
-rw-r--r--module/scripts/use2dot-all.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/scripts/use2dot-all.scm b/module/scripts/use2dot-all.scm
index 18639619..3c247bad 100644
--- a/module/scripts/use2dot-all.scm
+++ b/module/scripts/use2dot-all.scm
@@ -11,7 +11,6 @@
(define default-remove
'((srfi srfi-1)
- (srfi srfi-9)
(srfi srfi-26)
(srfi srfi-41)