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

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

[nongnu] elpa/helm 91ff363c0f 2/2: Merge pull request #2523 from leuven6


From: ELPA Syncer
Subject: [nongnu] elpa/helm 91ff363c0f 2/2: Merge pull request #2523 from leuven65/master
Date: Thu, 16 Jun 2022 06:02:59 -0400 (EDT)

branch: elpa/helm
commit 91ff363c0f872df2d1ddda5b1441faf29c0d62e8
Merge: 6465eaff08 5b0f2a1cb5
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: GitHub <noreply@github.com>

    Merge pull request #2523 from leuven65/master
    
    Fix issue of "Invalid function: (helm-apropos-default-sort-fn)"
---
 helm-elisp.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helm-elisp.el b/helm-elisp.el
index c398ff93e2..1d1dbde26d 100644
--- a/helm-elisp.el
+++ b/helm-elisp.el
@@ -627,7 +627,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]