patch 7.4.2293
Problem:    Modelines in source code are inconsistant.
Solution:   Use the same line in most files.  Add 'noet'.  (Naruhiko Nishino)
diff --git a/src/if_mzsch.h b/src/if_mzsch.h
index 8852602..952b084 100644
--- a/src/if_mzsch.h
+++ b/src/if_mzsch.h
@@ -1,4 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
+/* vi:set ts=8 sts=4 sw=4 noet:
  *
  * MzScheme interface for Vim, wrapper around scheme.h
  */