Created
August 9, 2016 02:04
-
-
Save dunn/d28478e3b5c651eda9a6e9a50997b7b1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
From 4c7a63c611ba5ed02f13739b939408a9e22a3f3c Mon Sep 17 00:00:00 2001 | |
From: Alex Dunn <[email protected]> | |
Date: Mon, 8 Aug 2016 19:03:24 -0700 | |
Subject: [PATCH] Revert "Use truename for editorconfig name" | |
This reverts commit f9edfc16bc5d7e3f795025ac6fa3d6608634e18a. | |
--- | |
editorconfig-core-handle.el | 1 - | |
1 file changed, 1 deletion(-) | |
diff --git a/editorconfig-core-handle.el b/editorconfig-core-handle.el | |
index 84e69e8..bfda7b9 100644 | |
--- a/editorconfig-core-handle.el | |
+++ b/editorconfig-core-handle.el | |
@@ -67,7 +67,6 @@ | |
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 | |
-- | |
2.9.2 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment