summaryrefslogtreecommitdiff
path: root/lisp/mh-e/mh-e.el
diff options
context:
space:
mode:
authorStefan Kangas <stefan@marxist.se>2022-08-07 19:23:36 +0200
committerStefan Kangas <stefan@marxist.se>2022-08-08 11:15:33 +0200
commit4b5414abbc01a3b4ae441d28e96b0f3f46a487fb (patch)
treed08d865ca9128521e13844f4522d9ca1ec4207cb /lisp/mh-e/mh-e.el
parent9b661ff1a8e0fc3fc809a42a187356d6cb5ad2c9 (diff)
downloademacs-4b5414abbc01a3b4ae441d28e96b0f3f46a487fb.tar.gz
Clean up some local variable sections
* lisp/filesets.el: * lisp/mh-e/mh-*.el: * lisp/progmodes/python.el (python): Don't set options that are already set in .dir-locals.el. * lisp/textmodes/ispell.el: Remove redundant local variables. * lisp/gnus/nnmaildir.el: Remove local variables that conflicts with Emacs defaults.
Diffstat (limited to 'lisp/mh-e/mh-e.el')
-rw-r--r--lisp/mh-e/mh-e.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el
index 3762445271a..93af525e39d 100644
--- a/lisp/mh-e/mh-e.el
+++ b/lisp/mh-e/mh-e.el
@@ -3715,7 +3715,6 @@ The background and foreground are used in the image."
(provide 'mh-e)
;; Local Variables:
-;; indent-tabs-mode: nil
;; sentence-end-double-space: nil
;; End: