aboutsummaryrefslogtreecommitdiff
path: root/module/text/markup.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/text/markup.scm')
-rw-r--r--module/text/markup.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/text/markup.scm b/module/text/markup.scm
index 84bf7f61..7e625725 100644
--- a/module/text/markup.scm
+++ b/module/text/markup.scm
@@ -1,5 +1,5 @@
(define-module (text markup)
- :use-module (util)
+ :use-module (calp util)
:use-module (srfi srfi-1)
:use-module (ice-9 match)
:use-module (ice-9 pretty-print)