Remove 'Local Variable' comments

This commit is contained in:
Brendan Zabarauskas
2013-05-01 20:52:09 +10:00
parent b4bdc3f500
commit e596128bd8
86 changed files with 0 additions and 775 deletions
-7
View File
@@ -223,10 +223,3 @@ pub fn make_test_closure(config: config, testfile: &Path) -> test::TestFn {
let testfile = testfile.to_str();
test::DynTestFn(|| runtest::run(config, testfile))
}
// Local Variables:
// fill-column: 78;
// indent-tabs-mode: nil
// c-basic-offset: 4
// buffer-file-coding-system: utf-8-unix
// End: