emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/corfu 2630fca 2/3: Call into default completion


From: ELPA Syncer
Subject: [elpa] externals/corfu 2630fca 2/3: Call into default completion
Date: Tue, 23 Nov 2021 06:57:17 -0500 (EST)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]