From: Christopher Allan Webber Date: Fri, 27 Nov 2015 15:31:25 +0000 (-0600) Subject: remove all the 8run and 8port-alias things X-Git-Tag: v0.1.0~68 X-Git-Url: https://jxself.org/git/?p=8sync.git;a=commitdiff_plain;h=21857a053fd1ba6af66d95a2874193aeef20c4a2 remove all the 8run and 8port-alias things --- 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