diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-08-05 01:26:09 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-08-05 01:26:09 +0900 |
commit | 2601b25912a2ed05ed8d009bca40aa8b479f39d8 (patch) | |
tree | c788eb801987c2414a01a29effec411e10f7f387 | |
parent | 6851277759bab3e2c6fb9c71cf30200d6be284e7 (diff) |
Emacs modeline compatible with vim's oneFINAL_MASTERmaster-backup
-rw-r--r-- | chart2/Makefile | 1 | ||||
-rw-r--r-- | sc/Makefile | 1 | ||||
-rw-r--r-- | scaddins/Makefile | 1 | ||||
-rw-r--r-- | sccomp/Makefile | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/chart2/Makefile b/chart2/Makefile index a79aff831..8d7111991 100644 --- a/chart2/Makefile +++ b/chart2/Makefile @@ -1,3 +1,4 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. diff --git a/sc/Makefile b/sc/Makefile index de837bea6..f2edbe47c 100644 --- a/sc/Makefile +++ b/sc/Makefile @@ -1,3 +1,4 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # diff --git a/scaddins/Makefile b/scaddins/Makefile index 5bedaf0b9..3abf1ae8b 100644 --- a/scaddins/Makefile +++ b/scaddins/Makefile @@ -1,3 +1,4 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. diff --git a/sccomp/Makefile b/sccomp/Makefile index 5bedaf0b9..3abf1ae8b 100644 --- a/sccomp/Makefile +++ b/sccomp/Makefile @@ -1,3 +1,4 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- #************************************************************************* # # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |