]> git.ipfire.org Git - thirdparty/systemd.git/commit - .dir-locals.el
make dir-locals work again with emacs 26.1
authorLennart Poettering <lennart@poettering.net>
Wed, 20 Jun 2018 08:59:44 +0000 (10:59 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 23 Jul 2018 18:00:48 +0000 (20:00 +0200)
commit5038df43beda49312e7d9c9b5c97e55616f16d1e
tree37ec8f49aaff1573da2aadff994aef70b7f9a937
parent2fafabfdc418aa359c2caf03391bbe1f650b12be
make dir-locals work again with emacs 26.1

After upgrading to emacs-26.1-1.fc28.x86_64 I noticed that our
.dir-locals.el files weren't honoured anymore (specifically the fill
column variable is not correctly set for c-mode files). I finally
tracked this down to the order in which items are listed in
.dir-locals.el: if the "nil" one is listed last everything works,
otherwise, it's the one that is applied instead of the c-mode one.

This patch simply swaps the entries, and puts the "nil" one last. My
emacs lisp fu is a bit too limited to understand the full impact for
this, and why emacs 26.1 changed behaviour in this regard, but from an
outsider's view the order shouldn't negatively affect things otherwise,
hence this patch.
.dir-locals.el
man/.dir-locals.el