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

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

[nongnu] elpa/helm a340c40622 2/3: Fix delq is no more needed here


From: ELPA Syncer
Subject: [nongnu] elpa/helm a340c40622 2/3: Fix delq is no more needed here
Date: Tue, 15 Aug 2023 15:59:59 -0400 (EDT)

branch: elpa/helm
commit a340c4062264659b7ba3bb164aaabf0628068017
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Fix delq is no more needed here
---
 helm-mode.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/helm-mode.el b/helm-mode.el
index e327ce2215..8d7e852e06 100644
--- a/helm-mode.el
+++ b/helm-mode.el
@@ -1769,9 +1769,9 @@ Keys description:
                        (remhash helm-ff-default-directory
                                 helm-ff--list-directory-cache))
              :match-on-real t
-             :filtered-candidate-transformer (delq nil `(helm-ff-fct
-                                                         
helm-ff-maybe-show-thumbnails
-                                                         
helm-ff-sort-candidates))
+             :filtered-candidate-transformer '(helm-ff-fct
+                                               helm-ff-maybe-show-thumbnails
+                                               helm-ff-sort-candidates)
              :persistent-action-if persistent-action-if
              :persistent-help persistent-help
              :volatile t



reply via email to

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