From: Guido van Rossum Date: Thu, 26 Mar 1998 19:30:30 +0000 (+0000) Subject: Get rid of the Emacs cruft now that Python-mode guess the desired settings! X-Git-Tag: v1.5.1~308 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cd0f59ea0824ad6f897f05c2db4d4471e47e6063;p=thirdparty%2FPython%2Fcpython.git Get rid of the Emacs cruft now that Python-mode guess the desired settings! --- diff --git a/Lib/lib-tk/Tkinter.py b/Lib/lib-tk/Tkinter.py index 779eb9c10f5b..a7c01b4050a2 100644 --- a/Lib/lib-tk/Tkinter.py +++ b/Lib/lib-tk/Tkinter.py @@ -1840,9 +1840,3 @@ def _test(): if __name__ == '__main__': _test() - - -# Emacs cruft -# Local Variables: -# py-indent-offset: 8 -# End: