From 21857a053fd1ba6af66d95a2874193aeef20c4a2 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Fri, 27 Nov 2015 09:31:25 -0600 Subject: [PATCH] remove all the 8run and 8port-alias things --- eightsync/agenda.scm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/eightsync/agenda.scm b/eightsync/agenda.scm index 77bd63b..3867526 100644 --- a/eightsync/agenda.scm +++ b/eightsync/agenda.scm @@ -64,7 +64,6 @@ run-it wrap wrap-apply run run-at run-delay %port-request %run %run-at %run-delay - 8port-request 8run 8run-at 8run-delay print-error-and-continue @@ -520,12 +519,6 @@ return the wrong thing via (%8sync) and trip themselves up." (lambda () body ...))))) -;; Aliases -(define-syntax-rule (8run args ...) (%run args ...)) -(define-syntax-rule (8run-at args ...) (%run-at args ...)) -(define-syntax-rule (8run-delay args ...) (%run-delay args ...)) -(define-syntax-rule (8port-request args ...) (%port-request args ...)) - ;;; Execution of agenda, and current agenda -- 2.31.1