Fix %port-request and %port-remove-request
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 7 Dec 2015 03:01:51 +0000 (21:01 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 7 Dec 2015 03:01:51 +0000 (21:01 -0600)
commit6866b9405a85d2722fac52df350f74830b144d03
treea17aba478572bd35356d539c73613ca5305f4dc1
parentd059d67fdc1e547f6d55b2883e5b0cc2f14f0380
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.
8sync/agenda.scm