From: Zbigniew Jędrzejewski-Szmek Date: Wed, 28 Jan 2026 09:42:15 +0000 (+0100) Subject: emacs: drop obsolete emacs property X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c40aef7ef1419233826b6fb7ccac12f7623033b;p=thirdparty%2Fsystemd.git emacs: drop obsolete emacs property 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. --- diff --git a/.dir-locals.el b/.dir-locals.el index fde58d65bdd..6944406da07 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -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)