]> git.eshelyaron.com Git - emacs.git/commit
Remove support for the `editorconfig` executable
authorStefan Monnier <monnier@iro.umontreal.ca>
Mon, 17 Jun 2024 14:41:31 +0000 (10:41 -0400)
committerEshel Yaron <me@eshelyaron.com>
Fri, 21 Jun 2024 18:59:30 +0000 (20:59 +0200)
commitde6217a3cef05ff969dc1854d7749cfd7400ba46
tree7037be77b22a0c367d22ea633bd4402fbdc3c01c
parent09cdc6b6214bc606f486be0d3e553bc0899ea568
Remove support for the `editorconfig` executable

Some of the code lacks copyright paperwork, so let's remove it for now,
so we don't have to adapt it to the new hooks.
If/when it proves useful/necessary it'll be easy enough to re-add.

* editorconfig.el (editorconfig-exec-path, edconf-get-properties-function)
(edconf-exec-path, editorconfig-get-properties-function): Delete variables.
(editorconfig--execute-editorconfig-exec)
(editorconfig--parse-properties, editorconfig-get-properties)
(editorconfig-get-properties-from-exec): Delete functions.
(editorconfig-call-get-properties-function):
Call `editorconfig-core-get-properties-hash` directly.

(cherry picked from commit 3f90253dae0eda0ff2fa0b2635dc8e9b6a300641)
lisp/editorconfig.el