aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/util/control.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2023-09-07 15:34:28 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2023-09-07 15:34:28 +0200
commit9470b30951bc567fbe8d14fa0792bd01a86bfd64 (patch)
tree07b8fe181f695601362a8a20a2fee946ba11470f /module/vcomponent/util/control.scm
parentExplicitly import copy-tree (needed since guile 3). (diff)
downloadcalp-9470b30951bc567fbe8d14fa0792bd01a86bfd64.tar.gz
calp-9470b30951bc567fbe8d14fa0792bd01a86bfd64.tar.xz
Remove accidental extra 'vcomponent control' module.
Diffstat (limited to 'module/vcomponent/util/control.scm')
-rw-r--r--module/vcomponent/util/control.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/util/control.scm b/module/vcomponent/util/control.scm
index 0869543d..19a6fa18 100644
--- a/module/vcomponent/util/control.scm
+++ b/module/vcomponent/util/control.scm
@@ -26,7 +26,7 @@
;; TODO what is this even used for?
(define-syntax with-replaced-properties
(syntax-rules ()
- [(_ (component (key val) ...)
+ [(G_ (component (key val) ...)
body ...)
(let ((htable (make-hash-table 10)))