From 2fb88465f7a25b1eac0cdbb78a05de9e78e68bfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Thu, 23 Jun 2022 04:14:46 +0200 Subject: Normalize keyword syntax. --- module/calp/entry-points/text.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'module/calp/entry-points/text.scm') 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)))) -- cgit v1.2.3