From 5dc2dceda9fab1eb92295989e8e8940fbd56a12c Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Tue, 20 Dec 2016 15:51:56 -0600 Subject: [PATCH 1/1] agenda: Fixing exports. * 8sync/agenda.scm: Removed deprecated variables 8sync-delay, 8sync-run, 8sync-run-at, and 8sync-run-delay. Added 8usleep. --- 8sync/agenda.scm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/8sync/agenda.scm b/8sync/agenda.scm index 9884afc..b41500d 100644 --- a/8sync/agenda.scm +++ b/8sync/agenda.scm @@ -60,10 +60,8 @@ run-it wrap wrap-apply run run-at run-delay - 8sync-delay - 8sync-run 8sync-run-at 8sync-run-delay 8sync - 8sleep + 8sleep 8usleep ;; used for introspecting the error, but a method for making ;; is not exposed -- 2.31.1