branch: externals/corfu commit 2630fca7b3ff78b77f20be34c6bcc351e3ed4f5f Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
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