From cc4bf12c19003cc06824c34eb96aaae8df368a0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Wed, 22 Jan 2020 00:00:10 +0100 Subject: Fix basic ability to edit events. --- module/vcomponent/output.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'module/vcomponent') 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 -- cgit v1.2.3