Oops, left a stray (pk)
authorChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 23 Nov 2015 02:18:28 +0000 (20:18 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Mon, 23 Nov 2015 02:18:28 +0000 (20:18 -0600)
eightsync/agenda.scm

index b26d93b6bdebe328981474e88a3d40f1dd901fef..adbd0c688f402def34b35cf01ef7db7ace697cee 100644 (file)
@@ -561,7 +561,7 @@ return the wrong thing via (8sync) and trip themselves up."
                    (hash-keys (agenda-except-port-map agenda))
                    sec usec))
          (lambda (key . rest-args)
-           (match (pk 'rest-args rest-args)
+           (match rest-args
              ((_ _ _ (EINTR))
               '(() () ()))
              (_ (error "Unhandled error in select!" key rest-args))))))))