branch: externals/corfu
commit 739a61b8c2e3d62651115734e731850ad46f7d93
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>

    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