summaryrefslogtreecommitdiff
path: root/ext/calendar/dow.c
diff options
context:
space:
mode:
Diffstat (limited to 'ext/calendar/dow.c')
-rw-r--r--ext/calendar/dow.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/ext/calendar/dow.c b/ext/calendar/dow.c
index 4bd3575601..5336ea63e3 100644
--- a/ext/calendar/dow.c
+++ b/ext/calendar/dow.c
@@ -65,3 +65,12 @@ char *DayNameLong[7] =
"Friday",
"Saturday"
};
+
+/*
+ * Local variables:
+ * tab-width: 4
+ * c-basic-offset: 4
+ * End:
+ * vim600: sw=4 ts=4 tw=78 fdm=marker
+ * vim<600: sw=4 ts=4 tw=78
+ */