branch: elpa/helm commit a6df31a7cff0c64b8b999a85cbf5b4cc253a104f Merge: 5b557a7045 91ff363c0f Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@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))))