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/gui_x11_pm.h b/src/gui_x11_pm.h
index 315cfe9..24cd2ca 100644
--- a/src/gui_x11_pm.h
+++ b/src/gui_x11_pm.h
@@ -1,4 +1,4 @@
-/* vi:set ts=8 sts=4 sw=4:
+/* vi:set ts=8 sts=4 sw=4 noet:
  *
  * VIM - Vi IMproved		by Bram Moolenaar
  *				GUI/Motif support by Robert Webb