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

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

[elpa] externals/corfu 53721b9: Use corfu--capf-wrapper directly


From: ELPA Syncer
Subject: [elpa] externals/corfu 53721b9: Use corfu--capf-wrapper directly
Date: Thu, 9 Dec 2021 10:57:13 -0500 (EST)

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

    Use corfu--capf-wrapper directly
---
 corfu.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/corfu.el b/corfu.el
index 89f0c50..b134744 100644
--- a/corfu.el
+++ b/corfu.el
@@ -1100,8 +1100,7 @@ there hasn't been any input, then quit."
   (when (and (not completion-in-region-mode)
              (eq (current-buffer) buffer))
     (pcase (while-no-input ;; Interruptible capf query
-             (run-hook-wrapped 'completion-at-point-functions
-                               #'completion--capf-wrapper 'all))
+             (run-hook-wrapped 'completion-at-point-functions 
#'corfu--capf-wrapper))
       ((and `(,fun ,beg ,end ,table . ,plist)
             (guard (integer-or-marker-p beg))
             (guard (<= beg (point) end))



reply via email to

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