branch: scratch/editorconfig-cc
commit 4f7a5b0c53037803dd4729161c33a144eef4e8d6
Author: 10sr <8slashes+...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Use truename for editorconfig name
---
 editorconfig-core-handle.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/editorconfig-core-handle.el b/editorconfig-core-handle.el
index 2c557d268f..a80223056a 100644
--- a/editorconfig-core-handle.el
+++ b/editorconfig-core-handle.el
@@ -53,6 +53,7 @@
 
 If CONF does not exist return nil."
   (when (file-readable-p conf)
+    (setq conf (file-truename conf))
     (let ((cached (gethash conf
                     editorconfig-core-handle--cache-hash))
            (mtime (nth 5

Reply via email to