From 68647d3c1aa8130df878223638bc54c5d332cc5e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Mon, 3 Aug 2020 00:58:40 +0200 Subject: Move methods to own module for easier loading. --- module/output/ical.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'module/output/ical.scm') diff --git a/module/output/ical.scm b/module/output/ical.scm index 94622e2f..a9d325f8 100644 --- a/module/output/ical.scm +++ b/module/output/ical.scm @@ -15,7 +15,7 @@ :use-module (vcomponent geo) :use-module (output types) :use-module (output common) - :autoload (vcomponent instance) (#|get-calendars get-event-set|# global-event-object) + :autoload (vcomponent instance) (global-event-object) :autoload (datetime instance) (zoneinfo) ) @@ -228,7 +228,7 @@ CALSCALE:GREGORIAN\r ;; We just dump all repeating objects, since it's much cheaper to do ;; it this way than to actually figure out which are applicable for ;; the given date range. - (get-repeating-events global-even-object)))) + (get-repeating-events global-event-object)))) (define-public (print-events-in-interval start end) (print-components-with-fake-parent -- cgit v1.2.3