[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] scratch/editorconfig-cc a534c8ebcd 120/351: Revert "Use truenam
From: |
Stefan Monnier |
Subject: |
[nongnu] scratch/editorconfig-cc a534c8ebcd 120/351: Revert "Use truename for editorconfig name" (#106) |
Date: |
Thu, 13 Jun 2024 18:38:46 -0400 (EDT) |
branch: scratch/editorconfig-cc
commit a534c8ebcdd6de89c5c6a7215c17ffdc022d37a5
Author: 10sr <8slashes+git@gmail.com>
Commit: Stefan Monnier <monnier@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 <editorconfig@googlegroups.com>
-;; Version: 0.7.7
+;; Version: 0.7.8
;; URL: https://github.com/editorconfig/editorconfig-emacs#readme
;; Package-Requires: ((cl-lib "0.5"))
- [nongnu] scratch/editorconfig-cc 38ac903256 001/351: Erase initial commit content, (continued)
- [nongnu] scratch/editorconfig-cc 38ac903256 001/351: Erase initial commit content, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 5dfbeb541e 012/351: Fix indentation problem in the source file., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc b3b2aef092 046/351: Update README for core elisp, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 4e2bf3ddd6 016/351: Add the package manager installation way to README, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 527ff0b210 051/351: Fix some warnings reported by flycheck, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 1b32452724 058/351: Use hook type for custom-hooks defcustom, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 10e648d326 054/351: Add document about running tests, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 630f158495 098/351: Fix english, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 86807effc2 089/351: Add make sandbox target, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 1e68e5e226 146/351: Prepare v0.7.10, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc a534c8ebcd 120/351: Revert "Use truename for editorconfig name" (#106),
Stefan Monnier <=
- [nongnu] scratch/editorconfig-cc 372e7c3ead 093/351: Only set fill-column if the given integer is positive., Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 606251d77d 099/351: Make indentation of sample codes more consistent, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 6405aa9692 114/351: Add editorconfig-conf-mode.el (#97), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 1aa812505a 100/351: Update editorconfig group docstring, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc bc99704785 125/351: Add editorconfig-exclude-prefixes (#108), Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 1faf52f0ae 144/351: Always do submodule update when test-ert, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 60b51f311d 147/351: Add document about file_type_emacs property, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc e109c02e6c 137/351: Prepare v0.7.9, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc 0eb5e1d364 178/351: Bump version to 0.7.12, Stefan Monnier, 2024/06/13
- [nongnu] scratch/editorconfig-cc c45e871a5d 004/351: Add properties link., Stefan Monnier, 2024/06/13