diff options
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r-- | lisp/progmodes/python.el | 5 |
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." (add-hook 'flymake-diagnostic-functions #'python-flymake nil t)) - (provide 'python) -;; Local Variables: -;; indent-tabs-mode: nil -;; End: - ;;; python.el ends here |