summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2011-08-02 21:22:35 +0300
committerTor Lillqvist <tml@iki.fi>2011-08-02 21:22:35 +0300
commitc5179c5d8a79df673e410b185beade833e0b1157 (patch)
tree73a5af135114419691484a8641a1e4a5ea1fcf32
parent5b0a102ed2caa7e9772d000e8a71dea7a1d823d3 (diff)
Add Emacs mode lines
-rw-r--r--GNUmakefile.mk1
-rw-r--r--Module_tail_build.mk3
-rw-r--r--Repository.mk1
-rw-r--r--RepositoryExternal.mk2
-rw-r--r--RepositoryFixes.mk1
-rw-r--r--RepositoryModule_ooo.mk1
6 files changed, 8 insertions, 1 deletions
diff --git a/GNUmakefile.mk b/GNUmakefile.mk
index 8299e786a..d2cbe23b1 100644
--- a/GNUmakefile.mk
+++ b/GNUmakefile.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
diff --git a/Module_tail_build.mk b/Module_tail_build.mk
index a1a7add35..6002046a3 100644
--- a/Module_tail_build.mk
+++ b/Module_tail_build.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#
# Version: MPL 1.1 / GPLv3+ / LGPLv3+
#
@@ -43,4 +44,4 @@ $(eval $(call gb_Module_add_moduledirs,tail_end,\
writerfilter \
))
-# vim: set noet ts=4 sw=4:
+# vim: set noet sw=4 ts=4:
diff --git a/Repository.mk b/Repository.mk
index 9552f64fd..1b651b4eb 100644
--- a/Repository.mk
+++ b/Repository.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
diff --git a/RepositoryExternal.mk b/RepositoryExternal.mk
index 2a66f730d..cd15f9e14 100644
--- a/RepositoryExternal.mk
+++ b/RepositoryExternal.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -642,4 +643,5 @@ $(call gb_LinkTarget_add_libs,$(1), \
)
endef
+
# vim: set noet sw=4 ts=4:
diff --git a/RepositoryFixes.mk b/RepositoryFixes.mk
index d822ae696..004b4a030 100644
--- a/RepositoryFixes.mk
+++ b/RepositoryFixes.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
diff --git a/RepositoryModule_ooo.mk b/RepositoryModule_ooo.mk
index 68d619292..2b05f3111 100644
--- a/RepositoryModule_ooo.mk
+++ b/RepositoryModule_ooo.mk
@@ -1,3 +1,4 @@
+# -*- Mode: makefile; tab-width: 4; indent-tabs-mode: t -*-
#*************************************************************************
#
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.