branch: elpa/helm commit a340c4062264659b7ba3bb164aaabf0628068017 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@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