From: Christopher Allan Webber Date: Mon, 7 Dec 2015 03:01:51 +0000 (-0600) Subject: Fix %port-request and %port-remove-request X-Git-Tag: v0.1.0~23 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;ds=sidebyside;h=6866b9405a85d2722fac52df350f74830b144d03;hp=6866b9405a85d2722fac52df350f74830b144d03;p=8sync.git Fix %port-request and %port-remove-request Both of these need to have their continuation wrapped with (wrap). I'm honestly a bit fuzzy on why this fixes things but it does. * 8sync/agenda.scm (%port-request, %port-remove-request): Adjusted to wrap kont with `wrap' macro. ---