From: Guido van Rossum Date: Thu, 26 Mar 1998 19:52:46 +0000 (+0000) Subject: Get rid of the Emacs cruft now that Python-mode guess the desired settings! X-Git-Tag: v1.5.1~306 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2830dcc15cd62de4c8004b2414ffde6ca9062b69;p=thirdparty%2FPython%2Fcpython.git Get rid of the Emacs cruft now that Python-mode guess the desired settings! --- diff --git a/Lib/plat-irix5/flp.py b/Lib/plat-irix5/flp.py index a277f7f25ef2..f713a9291bd8 100755 --- a/Lib/plat-irix5/flp.py +++ b/Lib/plat-irix5/flp.py @@ -448,7 +448,3 @@ def _printform(form): print ' Label ', i.Label, ' size/style/col/align ', i.Size,i.Style, i.Lcol, i.Alignment print ' cols ', i.Colors print ' cback ', i.Callback, i.Argument - -# Local variables: -# py-indent-offset: 4 -# end: diff --git a/Lib/plat-irix6/flp.py b/Lib/plat-irix6/flp.py index a277f7f25ef2..f713a9291bd8 100644 --- a/Lib/plat-irix6/flp.py +++ b/Lib/plat-irix6/flp.py @@ -448,7 +448,3 @@ def _printform(form): print ' Label ', i.Label, ' size/style/col/align ', i.Size,i.Style, i.Lcol, i.Alignment print ' cols ', i.Colors print ' cback ', i.Callback, i.Argument - -# Local variables: -# py-indent-offset: 4 -# end: