aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/control.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-10-04 00:15:19 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-10-04 00:15:19 +0200
commit533b1994a73b6ae5003ad73109a600c0d05b4a92 (patch)
treeb4615e59afc7b4bb8fbd696bb9c8ceed5cce6b63 /module/vcomponent/control.scm
parentReintroduce color and name parsing. (diff)
downloadcalp-533b1994a73b6ae5003ad73109a600c0d05b4a92.tar.gz
calp-533b1994a73b6ae5003ad73109a600c0d05b4a92.tar.xz
Actually fix NAME.
Diffstat (limited to 'module/vcomponent/control.scm')
-rw-r--r--module/vcomponent/control.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/control.scm b/module/vcomponent/control.scm
index 38199161..3bdecc5a 100644
--- a/module/vcomponent/control.scm
+++ b/module/vcomponent/control.scm
@@ -5,7 +5,7 @@
(eval-when (expand load) ; No idea why I must have load here.
- (define href (make-procedure-with-setter hashq-ref hashq-set!))
+ (define href (make-procedure-with-setter hash-ref hash-set!))
(define (set-temp-values! table component kvs)
(for-each (lambda (kv)