diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-08-05 10:55:09 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-08-05 10:55:09 +0900 |
commit | 30fea02f30c61e5a6937f7523f9a0e464f6c725d (patch) | |
tree | 722ab5888e3665bbe3248b2c60e401e3924b4e79 | |
parent | fdfc75797e7e90c74ae94a08834221bac934f030 (diff) |
Emacs modeline compatible with vim's one
Notes
Notes:
split repo tag: base_PRE_MELD_REPOS
-rw-r--r-- | dbaccess/Makefile | 1 | ||||
-rw-r--r-- | reportdesign/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dbaccess/Makefile b/dbaccess/Makefile index a79aff831024..8d71119918b6 100644 --- a/dbaccess/Makefile +++ b/dbaccess/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/reportdesign/Makefile b/reportdesign/Makefile index c898975e5277..6c4d53b5f316 100644 --- a/reportdesign/Makefile +++ b/reportdesign/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. |