branch: elpa/helm commit e4fe41bbca936ca43a51103626fe33e87a47b0f6 Author: Thierry Volpiatto <thie...@posteo.net> Commit: Thierry Volpiatto <thie...@posteo.net>
Fix typo --- helm-files.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-files.el b/helm-files.el index 8f16f6a144..d4ca178ab7 100644 --- a/helm-files.el +++ b/helm-files.el @@ -4115,7 +4115,7 @@ Arg DISP is the display part of the candidate." (defun helm-ff--is-dir-from-disp (disp) "Return the face used for candidate when candidate is a directory." - (cl-loop for face in '('helm-ff-directory helm-ff-dotted-directory) + (cl-loop for face in '(helm-ff-directory helm-ff-dotted-directory) thereis (text-property-any 0 (length disp) 'face face disp))) (defun helm-ff--is-file-from-disp (disp)