aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent/base.scm
diff options
context:
space:
mode:
Diffstat (limited to 'module/vcomponent/base.scm')
-rw-r--r--module/vcomponent/base.scm3
1 files changed, 3 insertions, 0 deletions
diff --git a/module/vcomponent/base.scm b/module/vcomponent/base.scm
index 6b9363b6..413e7c0c 100644
--- a/module/vcomponent/base.scm
+++ b/module/vcomponent/base.scm
@@ -188,3 +188,6 @@
(define-public (key=? k1 k2)
(eq? (as-symb k1)
(as-symb k2)))
+
+(define-public (x-property? symb)
+ (string=? "X-" (string-take (symbol->string symb) 2)))