From 2630fca7b3ff78b77f20be34c6bcc351e3ed4f5f Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Tue, 23 Nov 2021 12:45:58 +0100 Subject: Call into default completion --- corfu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu.el b/corfu.el index 41b6cf0..204a266 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))) + (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 -- cgit v1.0