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

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

[elpa] externals/cape 029d1a6595 1/2: cape-capf-super: Properly handle d


From: ELPA Syncer
Subject: [elpa] externals/cape 029d1a6595 1/2: cape-capf-super: Properly handle duplicates
Date: Sat, 23 Dec 2023 06:57:28 -0500 (EST)

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

    cape-capf-super: Properly handle duplicates
---
 cape.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cape.el b/cape.el
index cc7f5db643..cb3e98258f 100644
--- a/cape.el
+++ b/cape.el
@@ -900,7 +900,7 @@ The functions `cape-wrap-super' and `cape-capf-super' are 
experimental."
                                           #'identity))
                                 (cands (funcall sort (all-completions str 
table pr))))
                            (cl-loop
-                            for cand in cands do
+                            for cand in-ref cands do
                             (if (eq (gethash cand ht t) t)
                                 (puthash cand plist ht)
                               (setf cand (propertize cand #'cape-capf-super



reply via email to

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