aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorStefan Kangas2022-08-07 19:23:36 +0200
committerStefan Kangas2022-08-08 11:15:33 +0200
commit4b5414abbc01a3b4ae441d28e96b0f3f46a487fb (patch)
treed08d865ca9128521e13844f4522d9ca1ec4207cb /lisp/progmodes/python.el
parent9b661ff1a8e0fc3fc809a42a187356d6cb5ad2c9 (diff)
downloademacs-4b5414abbc01a3b4ae441d28e96b0f3f46a487fb.tar.gz
emacs-4b5414abbc01a3b4ae441d28e96b0f3f46a487fb.zip
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/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 88b19c88cd9..5edd6e7df56 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -5852,11 +5852,6 @@ REPORT-FN is Flymake's callback function."
5852 5852
5853 (add-hook 'flymake-diagnostic-functions #'python-flymake nil t)) 5853 (add-hook 'flymake-diagnostic-functions #'python-flymake nil t))
5854 5854
5855
5856(provide 'python) 5855(provide 'python)
5857 5856
5858;; Local Variables:
5859;; indent-tabs-mode: nil
5860;; End:
5861
5862;;; python.el ends here 5857;;; python.el ends here