From: Stefan Kangas Date: Sat, 20 Mar 2021 08:58:02 +0000 (+0100) Subject: Remove Gnus specific .dir-locals.el X-Git-Tag: emacs-28.0.90~3195 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1f63f704d18b1c62be6e990bde3864da2bdfe3b5;p=emacs.git Remove Gnus specific .dir-locals.el * lisp/gnus/.dir-locals.el: Delete file. The only variable it set was 'show-trailing-whitespace', but this should be up to the individual developer. (Bug#47278) --- diff --git a/lisp/gnus/.dir-locals.el b/lisp/gnus/.dir-locals.el deleted file mode 100644 index fb968e13a36..00000000000 --- a/lisp/gnus/.dir-locals.el +++ /dev/null @@ -1,4 +0,0 @@ -((emacs-lisp-mode . ((show-trailing-whitespace . t)))) -;; Local Variables: -;; no-byte-compile: t -;; End: