diff options
author | Stefan Kangas <stefan@marxist.se> | 2022-08-07 19:23:36 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2022-08-08 11:15:33 +0200 |
commit | 4b5414abbc01a3b4ae441d28e96b0f3f46a487fb (patch) | |
tree | d08d865ca9128521e13844f4522d9ca1ec4207cb /lisp/mh-e/mh-funcs.el | |
parent | 9b661ff1a8e0fc3fc809a42a187356d6cb5ad2c9 (diff) | |
download | emacs-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-funcs.el')
-rw-r--r-- | lisp/mh-e/mh-funcs.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/mh-e/mh-funcs.el b/lisp/mh-e/mh-funcs.el index f011ea47f80..ab89ef2a3d1 100644 --- a/lisp/mh-e/mh-funcs.el +++ b/lisp/mh-e/mh-funcs.el @@ -366,7 +366,6 @@ Arguments are IGNORED (for `revert-buffer')." (provide 'mh-funcs) ;; Local Variables: -;; indent-tabs-mode: nil ;; sentence-end-double-space: nil ;; End: |