diff options
author | Tor Lillqvist <tml@iki.fi> | 2011-08-02 21:22:35 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2011-08-02 21:22:35 +0300 |
commit | 35491073336a06e321c29683578b8e7c01b3e9ff (patch) | |
tree | b5e1583c3ce0bffc9d678d1060146abe5f20f8da | |
parent | d904cd37150eefb32c67eb5242341bc4c0e58230 (diff) |
Add Emacs mode lines
-rw-r--r-- | GNUmakefile.mk | 1 | ||||
-rw-r--r-- | Module_tail_build.mk | 3 | ||||
-rw-r--r-- | Repository.mk | 1 | ||||
-rw-r--r-- | RepositoryExternal.mk | 2 | ||||
-rw-r--r-- | RepositoryFixes.mk | 1 | ||||
-rw-r--r-- | RepositoryModule_ooo.mk | 1 |
6 files changed, 8 insertions, 1 deletions
diff --git a/GNUmakefile.mk b/GNUmakefile.mk index 8299e786a6c2..d2cbe23b1d9c 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 a1a7add3563e..6002046a3c1d 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 9552f64fd94d..1b651b4ebed1 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 2a66f730dcd2..cd15f9e14d1a 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 d822ae6965b5..004b4a030ea0 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 68d619292e11..2b05f31118b3 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. |