aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent
diff options
context:
space:
mode:
Diffstat (limited to 'module/vcomponent')
-rw-r--r--module/vcomponent/output.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/vcomponent/output.scm b/module/vcomponent/output.scm
index 77ca2ffb..14c1bf13 100644
--- a/module/vcomponent/output.scm
+++ b/module/vcomponent/output.scm
@@ -55,7 +55,7 @@ Removes the X-HNH-FILENAME attribute, and sets PRODID to
(format port "BEGIN:~a~%" (type comp))
(let ((kvs (map (lambda (key) (list key (attr comp key)))
- (attributes comp))))
+ (attribute-keys comp))))
(for kv in kvs
(let* (((key value) kv))
(catch 'wrong-type-arg