From 69960ec99ece44bdecb04e1193b6b3f8ce2f66a1 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Sun, 11 Dec 2022 19:20:25 +0100 Subject: fix --- corfu.el | 1 + 1 file changed, 1 insertion(+) diff --git a/corfu.el b/corfu.el index 543a23a..ceb87fb 100644 --- a/corfu.el +++ b/corfu.el @@ -1137,6 +1137,7 @@ ASYNC may be an asynchronous capf result." (let ((completion-in-region-mode-predicate (if async (lambda () + ;; TODO Implement cancellation. ;; Ask the backend for refreshing (funcall fun (lambda (ret) ;; TODO ensure that this runs in the correct buffer. -- cgit v1.0