|
From: | Philip Kaludercic |
Subject: | bug#58364: Acknowledgement ([PATCH] Add new function 'file-name-parent-p') |
Date: | Fri, 07 Oct 2022 20:46:13 +0000 |
I have found at least two edge-cases with the current implementation that don't work as one would expect them to: - (file-name-parent-p "/etc/passwd" "/etc/passwd") => t - (file-name-parent-p "." "/") => t
[Prev in Thread] | Current Thread | [Next in Thread] |