aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/util/control.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-06-23 04:14:46 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-06-23 04:14:46 +0200
commit2fb88465f7a25b1eac0cdbb78a05de9e78e68bfd (patch)
treec48c312e1d44306039fc00cfe4b5cd611d7f9a3b /module/vcomponent/util/control.scm
parentRemove procedure tabset. (diff)
downloadcalp-2fb88465f7a25b1eac0cdbb78a05de9e78e68bfd.tar.gz
calp-2fb88465f7a25b1eac0cdbb78a05de9e78e68bfd.tar.xz
Normalize keyword syntax.
Diffstat (limited to 'module/vcomponent/util/control.scm')
-rw-r--r--module/vcomponent/util/control.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/module/vcomponent/util/control.scm b/module/vcomponent/util/control.scm
index 63f1e1e3..0869543d 100644
--- a/module/vcomponent/util/control.scm
+++ b/module/vcomponent/util/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.