aboutsummaryrefslogtreecommitdiff
path: root/module/vcomponent
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@hornquist.se>2020-01-22 00:00:10 +0100
committerHugo Hörnquist <hugo@hornquist.se>2020-01-22 00:06:36 +0100
commitcc4bf12c19003cc06824c34eb96aaae8df368a0b (patch)
treef7ad9ba4603c3051a918f11f8ef8459f6917e5af /module/vcomponent
parentAdd normilze-date/tz. (diff)
downloadcalp-cc4bf12c19003cc06824c34eb96aaae8df368a0b.tar.gz
calp-cc4bf12c19003cc06824c34eb96aaae8df368a0b.tar.xz
Fix basic ability to edit events.
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