about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--varuga.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/varuga.el b/varuga.el
index 923a433..bdace74 100644
--- a/varuga.el
+++ b/varuga.el
@@ -122,7 +122,7 @@ KEY is the name of the ical property and VALUE is its value."
   (varuga-insert-calendar-line 'begin "VCALENDAR")
   (varuga-insert-calendar-line 'version "2.0")
   (varuga-insert-calendar-line 'prodid varuga-product-identifier)
-  (seq-do 'varuga-insert-calendar-event
+  (seq-do #'varuga-insert-calendar-event
           (varuga-calendar-components calendar))
   (varuga-insert-calendar-line 'end "VCALENDAR"))