X-Git-Url: https://jxself.org/git/?p=8sync.git;a=blobdiff_plain;f=8sync%2Fagenda.scm;h=74f3b192edb7076c0c421a33871ff4e615ca2003;hp=da398458db34096d2893d61286456ee9ad156ab1;hb=6866b9405a85d2722fac52df350f74830b144d03;hpb=d059d67fdc1e547f6d55b2883e5b0cc2f14f0380 diff --git a/8sync/agenda.scm b/8sync/agenda.scm index da39845..74f3b19 100644 --- a/8sync/agenda.scm +++ b/8sync/agenda.scm @@ -565,13 +565,13 @@ return the wrong thing via (%8sync) and trip themselves up." (make-async-request (lambda (kont) (list (make-port-request port port-request-args ...) - (make-run-request kont #f))))) + (make-run-request (wrap kont) #f))))) (define-syntax-rule (%port-remove-request port) (make-async-request (lambda (kont) (list (make-port-remove-request port) - (make-run-request kont #f))))) + (make-run-request (wrap kont) #f))))) ;; Sugar