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

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

[elpa] externals/compat 661ba3a441 74/84: Use 'equal' instead of 'file-e


From: ELPA Syncer
Subject: [elpa] externals/compat 661ba3a441 74/84: Use 'equal' instead of 'file-equal-p'
Date: Tue, 3 Jan 2023 08:57:38 -0500 (EST)

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

    Use 'equal' instead of 'file-equal-p'
    
    See bug#56355.
---
 compat-29.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compat-29.el b/compat-29.el
index f7747b7434..493f75fa4e 100644
--- a/compat-29.el
+++ b/compat-29.el
@@ -498,7 +498,7 @@ to `default-directory', and the result will also be 
relative."
     (cond
      ;; filename is at top-level, therefore no parent
      ((or (null parent)
-          (file-equal-p parent expanded-filename))
+          (equal parent expanded-filename))
       nil)
      ;; filename is relative, return relative parent
      ((not (file-name-absolute-p filename))



reply via email to

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