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

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

[elpa] externals/cape d6b13d3055 027/146: Fix no-cache call


From: ELPA Syncer
Subject: [elpa] externals/cape d6b13d3055 027/146: Fix no-cache call
Date: Sun, 9 Jan 2022 20:57:39 -0500 (EST)

branch: externals/cape
commit d6b13d305544145288188b3a21a5c56f740fd810
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Fix no-cache call
---
 cape.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cape.el b/cape.el
index 70d1df42a9..07e751de2d 100644
--- a/cape.el
+++ b/cape.el
@@ -573,7 +573,7 @@ This feature is experimental."
                 ;; future is returned, the capf should fail first. As soon as 
the future
                 ;; callback is called, remember the result, refresh the UI and 
return the
                 ;; remembered result the next time the capf is called.
-                (let ((no-cache (cape--company-call backend 'no-cache))
+                (let ((no-cache (cape--company-call backend 'no-cache input))
                       (dups (if (cape--company-call backend 'duplicates) 
#'delete-dups #'identity))
                       (candidates nil)
                       (metadata `(metadata (category . ,backend))))



reply via email to

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