aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--module/vcomponent/build.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/module/vcomponent/build.scm b/module/vcomponent/build.scm
index dd3431c1..a4512819 100644
--- a/module/vcomponent/build.scm
+++ b/module/vcomponent/build.scm
@@ -14,9 +14,9 @@
:use-module (srfi srfi-26)
:use-module ((srfi srfi-88) :select (keyword->string)))
-(define-public (vevent . body) (apply vcomponent 'VEVENT body))
+(define-public (vevent . body) (apply vcomponent 'VEVENT body))
(define-public (vcalendar . body) (apply vcomponent 'VCALENDAR body))
-(define-public (valarm . body) (apply vcomponent 'VALARM body))
+(define-public (valarm . body) (apply vcomponent 'VALARM body))
(define-public (vcomponent tag . rest)
(define v (make-vcomponent tag))