]> git.eshelyaron.com Git - emacs.git/commit
* lisp/editorconfing.el: Cosmetic ELisp style changes
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 18 Jun 2024 03:18:03 +0000 (23:18 -0400)
committerEshel Yaron <me@eshelyaron.com>
Fri, 21 Jun 2024 18:59:49 +0000 (20:59 +0200)
commit6dbc7233df0cc965fc6787e6145c9919e5e0d04d
treea40e497a01031cfad042b6520dff87b54e809f5e
parentd237293e52933cbae1e847176002c7cdd63c8fea
* lisp/editorconfing.el: Cosmetic ELisp style changes

Prefer #' to quote function names.
Remove redundant :groups.
Silence compiler warnings.

* lisp/editorconfig.el: Remove post-trailer.
The var is already set via `.dir-locals.el` anyway.
(editorconfig-call-get-properties-function): Use condition-case-unless-debug.

(cherry picked from commit 812831ee2f754277050bc15053490119d13ef958)
lisp/editorconfig-core.el
lisp/editorconfig-fnmatch.el
lisp/editorconfig-tools.el
lisp/editorconfig.el