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

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

[nongnu] elpa/helm e4fe41bbca: Fix typo


From: ELPA Syncer
Subject: [nongnu] elpa/helm e4fe41bbca: Fix typo
Date: Sat, 26 Feb 2022 15:58:12 -0500 (EST)

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



reply via email to

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