diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2011-08-05 11:09:02 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2011-08-05 11:09:02 +0900 |
commit | 74aa2f593e2d2c3ba129e7cd730f2ee977375063 (patch) | |
tree | e83eab9ebd0060d0bc957dd026137d7d505bf083 | |
parent | 04ed1bd7d074a555452acdba49e31b8299492e44 (diff) |
Emacs modeline compatible with vim's one
-rw-r--r-- | starmath/Makefile | 1 | ||||
-rw-r--r-- | sw/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/starmath/Makefile b/starmath/Makefile index de837bea62..f2edbe47cc 100644 --- a/starmath/Makefile +++ b/starmath/Makefile @@ -1,3 +1,4 @@ +# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # Version: MPL 1.1 / GPLv3+ / LGPLv3+ # diff --git a/sw/Makefile b/sw/Makefile index a79aff8310..8d71119918 100644 --- a/sw/Makefile +++ b/sw/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. |