branch: externals/compat
commit c99f79f42eefc03d00c746da8061611896df4bf3
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>
Use an realname reference to file-local-name
---
compat-27.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compat-27.el b/compat-27.el
index 147db3e9e1..43abe687e7 100644
--- a/compat-27.el
+++ b/compat-27.el
@@ -500,7 +500,7 @@ REMOTE is non-nil, search on the remote host indicated by
#'concat (file-remote-p default-directory))
(exec-path))
exec-suffixes 'file-executable-p)))
- (when (stringp res) (file-local-name res)))
+ (when (stringp res) (compat--file-local-name res)))
(executable-find command)))
;; TODO provide advice for directory-files-recursively