Skip to content

Commit 1aa77eb

Browse files
committed
Purge vim/emac local variable bloat
1 parent 0e2b56c commit 1aa77eb

File tree

1,558 files changed

+201
-9599
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,558 files changed

+201
-9599
lines changed

CHANGES.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ RELEASE VERSION/DATE TO BE FILLED IN LATER
1515
From John Doe:
1616
- Whatever John Doe did.
1717

18+
From Thaddeus Crews:
19+
- Purge vim/emac local variable bloat.
20+
1821
From William Deegan:
1922
- Fix SCons Docbook schema to work with lxml > 5
2023

RELEASE.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ DEVELOPMENT
7575

7676
- Introduce some unit tests for the file locking utility routines
7777

78+
- Purge vim/emac local variable bloat.
79+
7880
Thanks to the following contributors listed below for their contributions to this release.
7981
==========================================================================================
8082
.. code-block:: text

ReleaseConfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,3 @@ deprecated_python_version = (3, 7, 0)
5151

5252
# If copyright years is not given, the release year is used as the end.
5353
copyright_years = '2001 - 2025'
54-
55-
# Local Variables:
56-
# tab-width:4
57-
# indent-tabs-mode:nil
58-
# End:
59-
# vim: set expandtab tabstop=4 shiftwidth=4:

SCons/Action.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1611,9 +1611,3 @@ def __call__(self, *args, **kw):
16111611
ac = ActionCaller(self, args, kw)
16121612
action = Action(ac, strfunction=ac.strfunction)
16131613
return action
1614-
1615-
# Local Variables:
1616-
# tab-width:4
1617-
# indent-tabs-mode:nil
1618-
# End:
1619-
# vim: set expandtab tabstop=4 shiftwidth=4:

SCons/ActionTests.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2403,9 +2403,3 @@ def test_scons_subproc_run(self):
24032403

24042404
if __name__ == "__main__":
24052405
unittest.main()
2406-
2407-
# Local Variables:
2408-
# tab-width:4
2409-
# indent-tabs-mode:nil
2410-
# End:
2411-
# vim: set expandtab tabstop=4 shiftwidth=4:

SCons/Builder.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -910,9 +910,3 @@ def is_a_Builder(obj) -> bool:
910910
return (isinstance(obj, BuilderBase)
911911
or isinstance(obj, CompositeBuilder)
912912
or callable(obj))
913-
914-
# Local Variables:
915-
# tab-width:4
916-
# indent-tabs-mode:nil
917-
# End:
918-
# vim: set expandtab tabstop=4 shiftwidth=4:

SCons/BuilderTests.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1661,9 +1661,3 @@ def test_src_builder(self) -> None:
16611661

16621662
if __name__ == "__main__":
16631663
unittest.main()
1664-
1665-
# Local Variables:
1666-
# tab-width:4
1667-
# indent-tabs-mode:nil
1668-
# End:
1669-
# vim: set expandtab tabstop=4 shiftwidth=4:

SCons/CacheDir.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -396,9 +396,3 @@ def push(self, node):
396396
def push_if_forced(self, node):
397397
if cache_force:
398398
return self.push(node)
399-
400-
# Local Variables:
401-
# tab-width:4
402-
# indent-tabs-mode:nil
403-
# End:
404-
# vim: set expandtab tabstop=4 shiftwidth=4:

SCons/CacheDirTests.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,3 @@ def test_no_strfunction(self) -> None:
372372

373373
if __name__ == "__main__":
374374
unittest.main()
375-
# Local Variables:
376-
# tab-width:4
377-
# indent-tabs-mode:nil
378-
# End:
379-
# vim: set expandtab tabstop=4 shiftwidth=4:

SCons/Conftest.py

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -859,12 +859,3 @@ def _lang2suffix(lang):
859859
return ("C++", ".cpp", None)
860860

861861
return None, None, "Unsupported language: %s" % lang
862-
863-
864-
# vim: set sw=4 et sts=4 tw=79 fo+=l:
865-
866-
# Local Variables:
867-
# tab-width:4
868-
# indent-tabs-mode:nil
869-
# End:
870-
# vim: set expandtab tabstop=4 shiftwidth=4:

0 commit comments

Comments
 (0)