branch: elpa/helm
commit 30f331b594b44f7f5027cd7b7f9ea2b12f1f3ea7
Author: Thierry Volpiatto <thie...@posteo.net>
Commit: Thierry Volpiatto <thie...@posteo.net>

    Prefer candidate-transformer in helm-locate-library
---
 helm-elisp.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/helm-elisp.el b/helm-elisp.el
index 45e30038ab..21a229a009 100644
--- a/helm-elisp.el
+++ b/helm-elisp.el
@@ -923,8 +923,8 @@ a string, i.e. the `symbol-name' of any existing symbol."
           :data #'helm-locate-library-scan-list
           :fuzzy-match helm-locate-library-fuzzy-match
           :keymap helm-generic-files-map
-          :filtered-candidate-transformer
-          (lambda (candidates _source)
+          :candidate-transformer
+          (lambda (candidates)
             (if (or completions-detailed helm-completions-detailed)
                 (cl-loop with lgst = (helm-in-buffer-get-longest-candidate)
                          for c in candidates

Reply via email to