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

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

[nongnu] scratch/editorconfig-cc 4f7a5b0c53 104/351: Use truename for ed


From: Stefan Monnier
Subject: [nongnu] scratch/editorconfig-cc 4f7a5b0c53 104/351: Use truename for editorconfig name
Date: Thu, 13 Jun 2024 18:38:45 -0400 (EDT)

branch: scratch/editorconfig-cc
commit 4f7a5b0c53037803dd4729161c33a144eef4e8d6
Author: 10sr <8slashes+git@gmail.com>
Commit: Stefan Monnier <monnier@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

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