emacs-diffs
[Top][All Lists]
Advanced

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

scratch/emacs-editorconfig d79b9e410aa 104/364: Use truename for editorc


From: Stefan Monnier
Subject: scratch/emacs-editorconfig d79b9e410aa 104/364: Use truename for editorconfig name
Date: Tue, 18 Jun 2024 01:40:43 -0400 (EDT)

branch: scratch/emacs-editorconfig
commit d79b9e410aa97292255622236ed2fdcba2b79b03
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 2c557d268f0..a80223056aa 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]