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

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

[elpa] externals/corfu 739a61b8c2 2/2: Fix last commit


From: ELPA Syncer
Subject: [elpa] externals/corfu 739a61b8c2 2/2: Fix last commit
Date: Sun, 11 Dec 2022 13:57:26 -0500 (EST)

branch: externals/corfu
commit 739a61b8c2e3d62651115734e731850ad46f7d93
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Fix last commit
---
 corfu.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/corfu.el b/corfu.el
index 9eb9d0560b..3a7b82c03a 100644
--- a/corfu.el
+++ b/corfu.el
@@ -1136,7 +1136,7 @@ See `completion-in-region' for the arguments BEG, END, 
TABLE, PRED."
        (let ((completion-in-region-mode-predicate
               (lambda ()
                 (when-let (newbeg (car-safe (funcall fun)))
-                  (= newstart beg))))
+                  (= newbeg beg))))
              (completion-extra-properties plist))
          (setq completion-in-region--data
                (list (if (markerp beg) beg (copy-marker beg))



reply via email to

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