aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent.scm
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2019-05-02 17:58:07 +0200
committerHugo Hörnquist <hugo@hornquist.se>2019-05-02 17:58:07 +0200
commit4fe953de7b5994a896094cf0d62192559a08967d (patch)
treefa6ec5bdab5a0f1ef02d39e80c6e6ff621c87912 /module/vcomponent.scm
parentChange function for creating hashtables. (diff)
downloadcalp-4fe953de7b5994a896094cf0d62192559a08967d.tar.gz
calp-4fe953de7b5994a896094cf0d62192559a08967d.tar.xz
work on porting most internal datastructures to scheme equivalents.
Diffstat (limited to 'module/vcomponent.scm')
-rw-r--r--module/vcomponent.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/vcomponent.scm b/module/vcomponent.scm
index 4ef8f794..6df4d7b8 100644
--- a/module/vcomponent.scm
+++ b/module/vcomponent.scm
@@ -63,7 +63,7 @@
(define (get-attr component attr)
(%vcomponent-get-attribute
component
- (as-string attr)))
+ (as-symb attr)))
(define (set-attr! component attr value)
(set! (car (get-attr component (as-string attr)))
@@ -123,7 +123,7 @@
(define-public copy-vcomponent %vcomponent-shallow-copy)
-(define-public filter-children! %vcomponent-filter-children!)
+;; (define-public filter-children! %vcomponent-filter-children!)
(define-public (extract field)
(lambda (e) (attr e field)))