]> git.eshelyaron.com Git - emacs.git/commitdiff
Remove Gnus specific .dir-locals.el
authorStefan Kangas <stefan@marxist.se>
Sat, 20 Mar 2021 08:58:02 +0000 (09:58 +0100)
committerStefan Kangas <stefan@marxist.se>
Sat, 20 Mar 2021 09:00:28 +0000 (10:00 +0100)
* 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)

lisp/gnus/.dir-locals.el [deleted file]

diff --git a/lisp/gnus/.dir-locals.el b/lisp/gnus/.dir-locals.el
deleted file mode 100644 (file)
index fb968e1..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-((emacs-lisp-mode . ((show-trailing-whitespace . t))))
-;; Local Variables:
-;; no-byte-compile: t
-;; End: