branch: externals/corfu
commit 248f5d849c48cd6bb7c60e4b46d75db848362602
Author: Daniel Mendler <m...@daniel-mendler.de>
Commit: Daniel Mendler <m...@daniel-mendler.de>

    Call corfu--completion-in-region when cycling
---
 corfu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index 204a266..49548dd 100644
--- a/corfu.el
+++ b/corfu.el
@@ -941,7 +941,7 @@ there hasn't been any input, then quit."
      ;; Proceed with cycling
      (completion-cycling
       (let ((completion-extra-properties corfu--extra))
-        (completion--in-region beg end table pred)))
+        (corfu--completion-in-region beg end table pred)))
      ;; Continue completion with selected candidate
      ((>= corfu--index 0) (corfu--insert nil))
      ;; Try to complete the current input string

Reply via email to