remove all the 8run and 8port-alias things
authorChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 27 Nov 2015 15:31:25 +0000 (09:31 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Fri, 27 Nov 2015 15:31:25 +0000 (09:31 -0600)
eightsync/agenda.scm

index 77bd63b5ccc0f6ec9f598a8edb2bcbfb22a8edf8..386752695c41968c96a81df2d13e86983dae2220 100644 (file)
@@ -64,7 +64,6 @@
             run-it wrap wrap-apply run run-at run-delay
 
             %port-request %run %run-at %run-delay
             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
 
             
             print-error-and-continue
 
@@ -520,12 +519,6 @@ return the wrong thing via (%8sync) and trip themselves up."
        (lambda ()
          body ...)))))
 
        (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 ...))
-
 
 \f
 ;;; Execution of agenda, and current agenda
 
 \f
 ;;; Execution of agenda, and current agenda