]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
emacs: drop obsolete emacs property
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 28 Jan 2026 09:42:15 +0000 (10:42 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Fri, 27 Feb 2026 20:05:57 +0000 (20:05 +0000)
New emacs warns on every open about the old attribute. Let's assume that
everybody who uses emacs uses the latest version, so we can drop the compat.

(cherry picked from commit 0c40aef7ef1419233826b6fb7ccac12f7623033b)
(cherry picked from commit 5c9ae10762cbfc771544c84abf464135807c2e66)
(cherry picked from commit 20c73f1c2742fb8ef3c458bc9dc4c9b510bcfebd)

.dir-locals.el

index fde58d65bdded070e091451d8cac4b2a6be38386..6944406da07ba1448be45af54a960e2a51c33029 100644 (file)
@@ -20,8 +20,7 @@
  (nxml-mode . ((nxml-child-indent . 2)
                (fill-column . 109)))
  (meson-mode . ((meson-indent-basic . 8)))
- (sh-mode . ((sh-basic-offset . 4)
-             (sh-indentation . 4)))
+ (sh-mode . ((sh-indentation . 4)))
  (awk-mode . ((c-basic-offset . 8)))
  (nil . ((indent-tabs-mode . nil)
          (tab-width . 8)