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

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

[elpa] externals/compat f42ebfaf97 35/84: Use compat--directory-name-p i


From: ELPA Syncer
Subject: [elpa] externals/compat f42ebfaf97 35/84: Use compat--directory-name-p instead of directory-name-p
Date: Tue, 3 Jan 2023 08:57:33 -0500 (EST)

branch: externals/compat
commit f42ebfaf972ca089a154053529a39a701672bd0a
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>

    Use compat--directory-name-p instead of directory-name-p
---
 compat-25.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-25.el b/compat-25.el
index fec59048a4..c4e75fe08d 100644
--- a/compat-25.el
+++ b/compat-25.el
@@ -287,7 +287,7 @@ recursion."
     (dolist (file (sort (file-name-all-completions "" dir)
                         'string<))
       (unless (member file '("./" "../"))
-        (if (directory-name-p file)
+        (if (compat--directory-name-p file)
             (let* ((leaf (substring file 0 (1- (length file))))
                    (full-file (concat dir "/" leaf)))
               ;; Don't follow symlinks to other directories.



reply via email to

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