aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/control.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/vcomponent/control.scm')
-rw-r--r--module/vcomponent/control.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/vcomponent/control.scm b/module/vcomponent/control.scm
index 63f1e1e3..0869543d 100644
--- a/module/vcomponent/control.scm
+++ b/module/vcomponent/control.scm
@@ -1,7 +1,7 @@
(define-module (vcomponent util control)
- #:use-module (hnh util)
- #:use-module (vcomponent)
- #:export (with-replaced-properties))
+ :use-module (hnh util)
+ :use-module (vcomponent)
+ :export (with-replaced-properties))
(eval-when (expand load) ; No idea why I must have load here.