summaryrefslogtreecommitdiff
path: root/m4/libo_check_extension.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/libo_check_extension.m4')
-rw-r--r--m4/libo_check_extension.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/m4/libo_check_extension.m4 b/m4/libo_check_extension.m4
index 9d5a59a9a608..4443660d81f7 100644
--- a/m4/libo_check_extension.m4
+++ b/m4/libo_check_extension.m4
@@ -1,4 +1,4 @@
-# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
+dnl -*- Mode: Autoconf; tab-width: 4; indent-tabs-mode: nil; fill-column: 102 -*-
#
# This file is part of the LibreOffice project.
#
@@ -20,4 +20,5 @@ else
fi
AC_SUBST($2_EXTENSION_PACK)
])
-# vim: set noet sw=4 ts=4:
+
+dnl vim:set shiftwidth=4 softtabstop=4 expandtab: