diff options
| -rw-r--r-- | corfu.el | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |
