[gedit] Fix invalid vim modeline



commit cfa11d7e3f2693988af8089af91da0a95fe212e1
Author: Paolo Borelli <pborelli gnome org>
Date:   Sun Feb 23 10:09:53 2014 +0100

    Fix invalid vim modeline

 plugins/checkupdate/gedit-check-update-plugin.h   |    2 +-
 plugins/docinfo/gedit-docinfo-plugin.h            |    2 +-
 plugins/filebrowser/gedit-file-bookmarks-store.c  |    2 +-
 plugins/filebrowser/gedit-file-bookmarks-store.h  |    2 +-
 plugins/filebrowser/gedit-file-browser-error.h    |    2 +-
 plugins/filebrowser/gedit-file-browser-messages.c |    2 +-
 plugins/filebrowser/gedit-file-browser-messages.h |    2 +-
 plugins/filebrowser/gedit-file-browser-plugin.c   |    2 +-
 plugins/filebrowser/gedit-file-browser-plugin.h   |    2 +-
 plugins/filebrowser/gedit-file-browser-store.c    |    2 +-
 plugins/filebrowser/gedit-file-browser-store.h    |    2 +-
 plugins/filebrowser/gedit-file-browser-utils.c    |    2 +-
 plugins/filebrowser/gedit-file-browser-utils.h    |    2 +-
 plugins/filebrowser/gedit-file-browser-view.c     |    2 +-
 plugins/filebrowser/gedit-file-browser-view.h     |    2 +-
 plugins/filebrowser/gedit-file-browser-widget.h   |    2 +-
 plugins/modelines/gedit-modeline-plugin.h         |    2 +-
 plugins/modelines/modeline-parser.h               |    2 +-
 plugins/sort/gedit-sort-plugin.c                  |    2 +-
 plugins/sort/gedit-sort-plugin.h                  |    2 +-
 plugins/spell/gedit-automatic-spell-checker.c     |    2 +-
 plugins/spell/gedit-automatic-spell-checker.h     |    2 +-
 plugins/spell/gedit-spell-app-activatable.c       |    2 +-
 plugins/spell/gedit-spell-checker-dialog.c        |    2 +-
 plugins/spell/gedit-spell-checker-dialog.h        |    2 +-
 plugins/spell/gedit-spell-checker-language.c      |    2 +-
 plugins/spell/gedit-spell-checker-language.h      |    2 +-
 plugins/spell/gedit-spell-checker.c               |    2 +-
 plugins/spell/gedit-spell-checker.h               |    2 +-
 plugins/spell/gedit-spell-language-dialog.c       |    2 +-
 plugins/spell/gedit-spell-language-dialog.h       |    2 +-
 plugins/spell/gedit-spell-plugin.c                |    2 +-
 plugins/spell/gedit-spell-plugin.h                |    2 +-
 plugins/spell/gedit-spell-utils.c                 |    2 +-
 plugins/spell/gedit-spell-utils.h                 |    2 +-
 plugins/time/gedit-time-plugin.c                  |    2 +-
 plugins/time/gedit-time-plugin.h                  |    2 +-
 plugins/zeitgeist/gedit-zeitgeist-plugin.h        |    2 +-
 tests/document-input-stream.c                     |    2 +-
 tests/document-output-stream.c                    |    2 +-
 tests/document-saver.c                            |    2 +-
 41 files changed, 41 insertions(+), 41 deletions(-)
---
diff --git a/plugins/checkupdate/gedit-check-update-plugin.h b/plugins/checkupdate/gedit-check-update-plugin.h
index 21ecac4..d370b53 100644
--- a/plugins/checkupdate/gedit-check-update-plugin.h
+++ b/plugins/checkupdate/gedit-check-update-plugin.h
@@ -56,4 +56,4 @@ G_MODULE_EXPORT void  peas_register_types                     (PeasObjectModule *module);
 G_END_DECLS
 
 #endif /* __GEDIT_CHECK_UPDATE_PLUGIN_H__ */
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/docinfo/gedit-docinfo-plugin.h b/plugins/docinfo/gedit-docinfo-plugin.h
index c802b90..be96b5a 100644
--- a/plugins/docinfo/gedit-docinfo-plugin.h
+++ b/plugins/docinfo/gedit-docinfo-plugin.h
@@ -60,4 +60,4 @@ G_END_DECLS
 
 #endif /* __GEDIT_DOCINFO_PLUGIN_H__ */
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-bookmarks-store.c 
b/plugins/filebrowser/gedit-file-bookmarks-store.c
index df1d142..fdfac48 100644
--- a/plugins/filebrowser/gedit-file-bookmarks-store.c
+++ b/plugins/filebrowser/gedit-file-bookmarks-store.c
@@ -939,4 +939,4 @@ _gedit_file_bookmarks_store_register_type (GTypeModule *type_module)
        gedit_file_bookmarks_store_register_type (type_module);
 }
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-bookmarks-store.h 
b/plugins/filebrowser/gedit-file-bookmarks-store.h
index 209b8a2..670924f 100644
--- a/plugins/filebrowser/gedit-file-bookmarks-store.h
+++ b/plugins/filebrowser/gedit-file-bookmarks-store.h
@@ -87,4 +87,4 @@ void                   _gedit_file_bookmarks_store_register_type      (GTypeModule          
   *type
 G_END_DECLS
 
 #endif /* __GEDIT_FILE_BOOKMARKS_STORE_H__ */
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-error.h b/plugins/filebrowser/gedit-file-browser-error.h
index e2a5cc8..234e014 100644
--- a/plugins/filebrowser/gedit-file-browser-error.h
+++ b/plugins/filebrowser/gedit-file-browser-error.h
@@ -38,4 +38,4 @@ typedef enum {
 G_END_DECLS
 
 #endif /* __GEDIT_FILE_BROWSER_ERROR_H__ */
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-messages.c 
b/plugins/filebrowser/gedit-file-browser-messages.c
index e816bb3..7bfa4c5 100644
--- a/plugins/filebrowser/gedit-file-browser-messages.c
+++ b/plugins/filebrowser/gedit-file-browser-messages.c
@@ -1039,4 +1039,4 @@ gedit_file_browser_messages_unregister (GeditWindow *window)
 
        window_data_free (window);
 }
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-messages.h 
b/plugins/filebrowser/gedit-file-browser-messages.h
index 007377a..bb62ba6 100644
--- a/plugins/filebrowser/gedit-file-browser-messages.h
+++ b/plugins/filebrowser/gedit-file-browser-messages.h
@@ -30,4 +30,4 @@ void gedit_file_browser_messages_register   (GeditWindow            *window,
 void gedit_file_browser_messages_unregister (GeditWindow            *window);
 
 #endif /* __GEDIT_FILE_BROWSER_MESSAGES_H__ */
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-plugin.c b/plugins/filebrowser/gedit-file-browser-plugin.c
index d8763e0..3208161 100644
--- a/plugins/filebrowser/gedit-file-browser-plugin.c
+++ b/plugins/filebrowser/gedit-file-browser-plugin.c
@@ -974,4 +974,4 @@ peas_register_types (PeasObjectModule *module)
                                                    GEDIT_TYPE_FILE_BROWSER_PLUGIN);
 }
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-plugin.h b/plugins/filebrowser/gedit-file-browser-plugin.h
index 20c41e6..5b9d079 100644
--- a/plugins/filebrowser/gedit-file-browser-plugin.h
+++ b/plugins/filebrowser/gedit-file-browser-plugin.h
@@ -67,4 +67,4 @@ G_END_DECLS
 
 #endif /* __GEDIT_FILE_BROWSER_PLUGIN_H__ */
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-store.c b/plugins/filebrowser/gedit-file-browser-store.c
index c1c804f..d9f8df3 100644
--- a/plugins/filebrowser/gedit-file-browser-store.c
+++ b/plugins/filebrowser/gedit-file-browser-store.c
@@ -3857,4 +3857,4 @@ _gedit_file_browser_store_register_type (GTypeModule *type_module)
        gedit_file_browser_store_register_type (type_module);
 }
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-store.h b/plugins/filebrowser/gedit-file-browser-store.h
index 057f066..3464838 100644
--- a/plugins/filebrowser/gedit-file-browser-store.h
+++ b/plugins/filebrowser/gedit-file-browser-store.h
@@ -205,4 +205,4 @@ void                 _gedit_file_browser_store_register_type        (GTypeModule
 G_END_DECLS
 
 #endif /* __GEDIT_FILE_BROWSER_STORE_H__ */
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-utils.c b/plugins/filebrowser/gedit-file-browser-utils.c
index 015febb..d358ce1 100644
--- a/plugins/filebrowser/gedit-file-browser-utils.c
+++ b/plugins/filebrowser/gedit-file-browser-utils.c
@@ -179,4 +179,4 @@ gedit_file_browser_utils_confirmation_dialog (GeditWindow    *window,
        return (ret == GTK_RESPONSE_OK);
 }
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-utils.h b/plugins/filebrowser/gedit-file-browser-utils.h
index b2da8f6..4bca7bb 100644
--- a/plugins/filebrowser/gedit-file-browser-utils.h
+++ b/plugins/filebrowser/gedit-file-browser-utils.h
@@ -42,4 +42,4 @@ gboolean       gedit_file_browser_utils_confirmation_dialog   (GeditWindow    *window,
                                                                 gchar const    *button_label);
 
 #endif /* __GEDIT_FILE_BROWSER_UTILS_H__ */
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-view.c b/plugins/filebrowser/gedit-file-browser-view.c
index 0adc23c..c12148b 100644
--- a/plugins/filebrowser/gedit-file-browser-view.c
+++ b/plugins/filebrowser/gedit-file-browser-view.c
@@ -1363,4 +1363,4 @@ _gedit_file_browser_view_register_type (GTypeModule *type_module)
        gedit_file_browser_view_register_type (type_module);
 }
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-view.h b/plugins/filebrowser/gedit-file-browser-view.h
index 121d4c5..ab2db80 100644
--- a/plugins/filebrowser/gedit-file-browser-view.h
+++ b/plugins/filebrowser/gedit-file-browser-view.h
@@ -81,4 +81,4 @@ void           _gedit_file_browser_view_register_type                 (GTypeModule
 G_END_DECLS
 
 #endif /* __GEDIT_FILE_BROWSER_VIEW_H__ */
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/filebrowser/gedit-file-browser-widget.h b/plugins/filebrowser/gedit-file-browser-widget.h
index 2a170e1..6c5c313 100644
--- a/plugins/filebrowser/gedit-file-browser-widget.h
+++ b/plugins/filebrowser/gedit-file-browser-widget.h
@@ -121,4 +121,4 @@ void                 _gedit_file_browser_widget_register_type      (GTypeModule           
 *ty
 G_END_DECLS
 
 #endif /* __GEDIT_FILE_BROWSER_WIDGET_H__ */
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/modelines/gedit-modeline-plugin.h b/plugins/modelines/gedit-modeline-plugin.h
index e4c836f..ee76895 100644
--- a/plugins/modelines/gedit-modeline-plugin.h
+++ b/plugins/modelines/gedit-modeline-plugin.h
@@ -57,4 +57,4 @@ G_MODULE_EXPORT void peas_register_types (PeasObjectModule *module);
 G_END_DECLS
 
 #endif /* __GEDIT_MODELINE_PLUGIN_H__ */
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/modelines/modeline-parser.h b/plugins/modelines/modeline-parser.h
index 9bb129c..ae68aa4 100644
--- a/plugins/modelines/modeline-parser.h
+++ b/plugins/modelines/modeline-parser.h
@@ -33,4 +33,4 @@ void  modeline_parser_apply_modeline  (GtkSourceView *view);
 G_END_DECLS
 
 #endif /* __MODELINE_PARSER_H__ */
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/sort/gedit-sort-plugin.c b/plugins/sort/gedit-sort-plugin.c
index 6e3264a..4b7eff9 100644
--- a/plugins/sort/gedit-sort-plugin.c
+++ b/plugins/sort/gedit-sort-plugin.c
@@ -610,4 +610,4 @@ peas_register_types (PeasObjectModule *module)
                                                    GEDIT_TYPE_SORT_PLUGIN);
 }
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/sort/gedit-sort-plugin.h b/plugins/sort/gedit-sort-plugin.h
index 3df7ff5..3907d6f 100644
--- a/plugins/sort/gedit-sort-plugin.h
+++ b/plugins/sort/gedit-sort-plugin.h
@@ -56,4 +56,4 @@ G_MODULE_EXPORT void  peas_register_types             (PeasObjectModule *module);
 G_END_DECLS
 
 #endif /* __GEDIT_SORT_PLUGIN_H__ */
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/spell/gedit-automatic-spell-checker.c b/plugins/spell/gedit-automatic-spell-checker.c
index 86b9ec5..04d6dea 100644
--- a/plugins/spell/gedit-automatic-spell-checker.c
+++ b/plugins/spell/gedit-automatic-spell-checker.c
@@ -1005,4 +1005,4 @@ gedit_automatic_spell_checker_detach_view (
        spell->views = g_slist_remove (spell->views, view);
 }
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/spell/gedit-automatic-spell-checker.h b/plugins/spell/gedit-automatic-spell-checker.h
index 6fb01e3..7862801 100644
--- a/plugins/spell/gedit-automatic-spell-checker.h
+++ b/plugins/spell/gedit-automatic-spell-checker.h
@@ -57,4 +57,4 @@ void                           gedit_automatic_spell_checker_recheck_all (
 
 #endif  /* __GEDIT_AUTOMATIC_SPELL_CHECKER_H__ */
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/spell/gedit-spell-app-activatable.c b/plugins/spell/gedit-spell-app-activatable.c
index 6107f2d..f617c1f 100644
--- a/plugins/spell/gedit-spell-app-activatable.c
+++ b/plugins/spell/gedit-spell-app-activatable.c
@@ -172,4 +172,4 @@ gedit_spell_app_activatable_register (GTypeModule *module)
                                                    GEDIT_TYPE_SPELL_APP_ACTIVATABLE);
 }
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/spell/gedit-spell-checker-dialog.c b/plugins/spell/gedit-spell-checker-dialog.c
index 60a24fb..c9a9bf9 100644
--- a/plugins/spell/gedit-spell-checker-dialog.c
+++ b/plugins/spell/gedit-spell-checker-dialog.c
@@ -679,4 +679,4 @@ gedit_spell_checker_dialog_set_completed (GeditSpellCheckerDialog *dlg)
        gtk_widget_set_sensitive (dlg->suggestions_list, FALSE);
 }
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/spell/gedit-spell-checker-dialog.h b/plugins/spell/gedit-spell-checker-dialog.h
index 91abca2..39571ae 100644
--- a/plugins/spell/gedit-spell-checker-dialog.h
+++ b/plugins/spell/gedit-spell-checker-dialog.h
@@ -82,4 +82,4 @@ G_END_DECLS
 
 #endif  /* __GEDIT_SPELL_CHECKER_DIALOG_H__ */
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/spell/gedit-spell-checker-language.c b/plugins/spell/gedit-spell-checker-language.c
index 468e7c3..28489de 100644
--- a/plugins/spell/gedit-spell-checker-language.c
+++ b/plugins/spell/gedit-spell-checker-language.c
@@ -522,4 +522,4 @@ gedit_spell_checker_language_from_key (const gchar *key)
 
        return NULL;
 }
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/spell/gedit-spell-checker-language.h b/plugins/spell/gedit-spell-checker-language.h
index 57bfe5a..2599ed8 100644
--- a/plugins/spell/gedit-spell-checker-language.h
+++ b/plugins/spell/gedit-spell-checker-language.h
@@ -41,4 +41,4 @@ const GSList                  *gedit_spell_checker_get_available_languages
 G_END_DECLS
 
 #endif /* __GEDIT_SPELL_CHECKER_LANGUAGE_H__ */
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/spell/gedit-spell-checker.c b/plugins/spell/gedit-spell-checker.c
index 1457ca8..7d765ba 100644
--- a/plugins/spell/gedit-spell-checker.c
+++ b/plugins/spell/gedit-spell-checker.c
@@ -530,4 +530,4 @@ gedit_spell_checker_set_correction (GeditSpellChecker *spell,
        return TRUE;
 }
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/spell/gedit-spell-checker.h b/plugins/spell/gedit-spell-checker.h
index 328eba8..c0486e5 100644
--- a/plugins/spell/gedit-spell-checker.h
+++ b/plugins/spell/gedit-spell-checker.h
@@ -99,4 +99,4 @@ G_END_DECLS
 
 #endif  /* __GEDIT_SPELL_CHECKER_H__ */
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/spell/gedit-spell-language-dialog.c b/plugins/spell/gedit-spell-language-dialog.c
index c04bfc6..8c57d2d 100644
--- a/plugins/spell/gedit-spell-language-dialog.c
+++ b/plugins/spell/gedit-spell-language-dialog.c
@@ -282,4 +282,4 @@ gedit_spell_language_get_selected_language (GeditSpellLanguageDialog *dlg)
        return lang;
 }
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/spell/gedit-spell-language-dialog.h b/plugins/spell/gedit-spell-language-dialog.h
index 07f0fea..282f7df 100644
--- a/plugins/spell/gedit-spell-language-dialog.h
+++ b/plugins/spell/gedit-spell-language-dialog.h
@@ -57,4 +57,4 @@ G_END_DECLS
 
 #endif  /* __GEDIT_SPELL_LANGUAGE_DIALOG_H__ */
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/spell/gedit-spell-plugin.c b/plugins/spell/gedit-spell-plugin.c
index 4070c2a..83404ed 100644
--- a/plugins/spell/gedit-spell-plugin.c
+++ b/plugins/spell/gedit-spell-plugin.c
@@ -1211,4 +1211,4 @@ peas_register_types (PeasObjectModule *module)
                                                    GEDIT_TYPE_SPELL_PLUGIN);
 }
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/spell/gedit-spell-plugin.h b/plugins/spell/gedit-spell-plugin.h
index d9b35ec..abb1135 100644
--- a/plugins/spell/gedit-spell-plugin.h
+++ b/plugins/spell/gedit-spell-plugin.h
@@ -59,4 +59,4 @@ G_END_DECLS
 
 #endif /* __GEDIT_SPELL_PLUGIN_H__ */
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/spell/gedit-spell-utils.c b/plugins/spell/gedit-spell-utils.c
index a2f7525..738e01b 100644
--- a/plugins/spell/gedit-spell-utils.c
+++ b/plugins/spell/gedit-spell-utils.c
@@ -92,4 +92,4 @@ gedit_spell_utils_skip_no_spell_check (GtkTextIter *start,
        return TRUE;
 }
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/spell/gedit-spell-utils.h b/plugins/spell/gedit-spell-utils.h
index 5ac3632..7eae92f 100644
--- a/plugins/spell/gedit-spell-utils.h
+++ b/plugins/spell/gedit-spell-utils.h
@@ -35,4 +35,4 @@ G_END_DECLS
 
 #endif /* __GEDIT_SPELL_UTILS_H__ */
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/time/gedit-time-plugin.c b/plugins/time/gedit-time-plugin.c
index 1dd036e..e763ddd 100644
--- a/plugins/time/gedit-time-plugin.c
+++ b/plugins/time/gedit-time-plugin.c
@@ -1087,4 +1087,4 @@ peas_register_types (PeasObjectModule *module)
                                                    GEDIT_TYPE_TIME_PLUGIN);
 }
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/time/gedit-time-plugin.h b/plugins/time/gedit-time-plugin.h
index d83bdfa..beb02b6 100644
--- a/plugins/time/gedit-time-plugin.h
+++ b/plugins/time/gedit-time-plugin.h
@@ -58,4 +58,4 @@ G_MODULE_EXPORT void  peas_register_types             (PeasObjectModule *module);
 G_END_DECLS
 
 #endif /* __GEDIT_TIME_PLUGIN_H__ */
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/plugins/zeitgeist/gedit-zeitgeist-plugin.h b/plugins/zeitgeist/gedit-zeitgeist-plugin.h
index 58feac5..c2d3545 100644
--- a/plugins/zeitgeist/gedit-zeitgeist-plugin.h
+++ b/plugins/zeitgeist/gedit-zeitgeist-plugin.h
@@ -62,4 +62,4 @@ G_END_DECLS
 
 #endif /* __GEDIT_ZEITGEIST_PLUGIN_H__ */
 
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/tests/document-input-stream.c b/tests/document-input-stream.c
index 5809977..0f9fbae 100644
--- a/tests/document-input-stream.c
+++ b/tests/document-input-stream.c
@@ -153,4 +153,4 @@ int main (int   argc,
 
        return g_test_run ();
 }
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/tests/document-output-stream.c b/tests/document-output-stream.c
index 964881d..32a68f4 100644
--- a/tests/document-output-stream.c
+++ b/tests/document-output-stream.c
@@ -450,4 +450,4 @@ to pick something that is actually invalid utf8
 
        return g_test_run ();
 }
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */
diff --git a/tests/document-saver.c b/tests/document-saver.c
index 1d17084..d180fdd 100644
--- a/tests/document-saver.c
+++ b/tests/document-saver.c
@@ -747,4 +747,4 @@ int main (int   argc,
 
        return g_test_run ();
 }
-/* ex:ts=8:noet: */
+/* ex:set ts=8 noet: */


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]