branch: scratch/editorconfig-cc
commit 70cdb88f7549375ec0f5c5e76f6e1832064c6d61
Author: 10sr <8.slas...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    Fix version when -custom-hooks has marked as obsolete
---
 editorconfig.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/editorconfig.el b/editorconfig.el
index 08d87aa88b..bfd74671ad 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -112,7 +112,7 @@ show line numbers on the left:
 (define-obsolete-variable-alias
   'editorconfig-custom-hooks
   'editorconfig-after-apply-functions
-  "0.7.13")
+  "0.7.14")
 
 (defcustom editorconfig-indentation-alist
   ;; For contributors: Sort modes in alphabetical order, please :)

Reply via email to