aboutsummaryrefslogtreecommitdiff
path: root/module/entry-points
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2020-06-01 16:02:54 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2020-06-01 21:42:53 +0200
commit38f708452bc1032ee1e42cf0e345ca8851316e4a (patch)
treee569c12648b2ad848583299f1d7170340e1e54f7 /module/entry-points
parentRemove *TOP* tags from descriptions. (diff)
downloadcalp-38f708452bc1032ee1e42cf0e345ca8851316e4a.tar.gz
calp-38f708452bc1032ee1e42cf0e345ca8851316e4a.tar.xz
Break text procedures into modules.
Diffstat (limited to 'module/entry-points')
-rw-r--r--module/entry-points/text.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/entry-points/text.scm b/module/entry-points/text.scm
index 4a0dfb91..d6ebd72e 100644
--- a/module/entry-points/text.scm
+++ b/module/entry-points/text.scm
@@ -1,6 +1,6 @@
(define-module (entry-points text)
:export (main)
- :use-module (output text)
+ :use-module (text flow)
:use-module (ice-9 getopt-long)
:use-module (util io)
:use-module (util options)