branch: scratch/editorconfig-cc commit a534c8ebcdd6de89c5c6a7215c17ffdc022d37a5 Author: 10sr <8slashes+...@gmail.com> Commit: Stefan Monnier <monn...@iro.umontreal.ca>
Revert "Use truename for editorconfig name" (#106) * Revert "Use truename for editorconfig name" This reverts commit f9edfc16bc5d7e3f795025ac6fa3d6608634e18a. Not an important thing, and caused a regression reported in #105. * Bump version to 0.7.8 --- editorconfig-core-handle.el | 1 - editorconfig-core.el | 2 +- editorconfig.el | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/editorconfig-core-handle.el b/editorconfig-core-handle.el index 84e69e8fa2..bfda7b92b8 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 diff --git a/editorconfig-core.el b/editorconfig-core.el index 46204960c6..e3f511e5b9 100644 --- a/editorconfig-core.el +++ b/editorconfig-core.el @@ -69,7 +69,7 @@ (defconst editorconfig-core-version - "0.7.7" + "0.7.8" "EditorConfig core version.") (defun editorconfig-core--remove-duplicate (alist) diff --git a/editorconfig.el b/editorconfig.el index 3c8ceb08a6..3f535fc043 100644 --- a/editorconfig.el +++ b/editorconfig.el @@ -3,7 +3,7 @@ ;; Copyright (C) 2011-2016 EditorConfig Team ;; Author: EditorConfig Team <editorcon...@googlegroups.com> -;; Version: 0.7.7 +;; Version: 0.7.8 ;; URL: https://github.com/editorconfig/editorconfig-emacs#readme ;; Package-Requires: ((cl-lib "0.5"))