branch: elpa/flx
commit 9c8a17f1990bed8a4daa3b93419002f4dae136d5
Author: Le Wang <l26w...@gmail.com>
Commit: Le Wang <l26w...@gmail.com>

    cadar -> cl-cadar
---
 flx.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/flx.el b/flx.el
index 931a8ade9a..0d5640bb03 100644
--- a/flx.el
+++ b/flx.el
@@ -301,7 +301,7 @@ See documentation for logic."
                                       query-length heatmap match-cache 
str-info query)))
       ;; postprocess candidate
       (and res
-         (cons (+ (cadar res)
+         (cons (+ (cl-cadar res)
                   (if (and full-match-boost
                          (=  (length (caar res))
                              (length str)))

Reply via email to