diff options
author | Guido van Rossum <guido@python.org> | 1998-03-26 19:52:46 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1998-03-26 19:52:46 (GMT) |
commit | 2830dcc15cd62de4c8004b2414ffde6ca9062b69 (patch) | |
tree | 9f2ec061902e9d7bef31a3531423f6bece5c1e16 | |
parent | 41360a4696f488e49e5409b3b1baf1fff6ae0044 (diff) | |
download | cpython-2830dcc15cd62de4c8004b2414ffde6ca9062b69.zip cpython-2830dcc15cd62de4c8004b2414ffde6ca9062b69.tar.gz cpython-2830dcc15cd62de4c8004b2414ffde6ca9062b69.tar.bz2 |
Get rid of the Emacs cruft now that Python-mode guess the desired settings!
-rwxr-xr-x | Lib/plat-irix5/flp.py | 4 | ||||
-rw-r--r-- | Lib/plat-irix6/flp.py | 4 |
2 files changed, 0 insertions, 8 deletions
diff --git a/Lib/plat-irix5/flp.py b/Lib/plat-irix5/flp.py index a277f7f..f713a92 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 a277f7f..f713a92 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: |