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

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

[nongnu] elpa/helm a6df31a7cf 3/3: Merge branch 'master' of github.com:e


From: ELPA Syncer
Subject: [nongnu] elpa/helm a6df31a7cf 3/3: Merge branch 'master' of github.com:emacs-helm/helm
Date: Thu, 16 Jun 2022 07:02:49 -0400 (EDT)

branch: elpa/helm
commit a6df31a7cff0c64b8b999a85cbf5b4cc253a104f
Merge: 5b557a7045 91ff363c0f
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Merge branch 'master' of github.com:emacs-helm/helm
---
 helm-elisp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-elisp.el b/helm-elisp.el
index 5d4be5afd0..03a0d77eff 100644
--- a/helm-elisp.el
+++ b/helm-elisp.el
@@ -632,7 +632,7 @@ is only used to test DEFAULT."
     :filtered-candidate-transformer
     (delq nil (list
                (and (null helm-apropos-fuzzy-match)
-                    '(helm-apropos-default-sort-fn))
+                    #'helm-apropos-default-sort-fn)
                (lambda (candidates _source)
                  (cl-loop for c in candidates
                           collect (propertize c 'face (intern c))))



reply via email to

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