aboutsummaryrefslogtreecommitdiff
path: root/module/calp/entry-points/text.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/calp/entry-points/text.scm')
-rw-r--r--module/calp/entry-points/text.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/calp/entry-points/text.scm b/module/calp/entry-points/text.scm
index 921afb80..775245eb 100644
--- a/module/calp/entry-points/text.scm
+++ b/module/calp/entry-points/text.scm
@@ -6,6 +6,7 @@
:use-module (hnh util options)
:use-module (calp translation)
:use-module (sxml simple)
+ :use-module (srfi srfi-88)
)
@@ -31,4 +32,4 @@
(current-input-port)
(open-input-file fname)))
(@ (ice-9 rdelim) read-string))
- #:width (or (string->number (option-ref opts 'width "")) 70))))
+ width: (or (string->number (option-ref opts 'width "")) 70))))