diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2004-04-23 00:24:35 +0000 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2004-04-23 00:24:35 +0000 |
commit | bd6766d34dc21e2c57917a6bf172421a198d2839 (patch) | |
tree | 3a68d1fda704f193bb813e9a03e62ce6303982a5 /nt | |
parent | e9419bd4921926a29541593359d1ba8c5bd3dac6 (diff) | |
download | emacs-bd6766d34dc21e2c57917a6bf172421a198d2839.tar.gz |
Add "-*- makefile -*-" mode tag.
Diffstat (limited to 'nt')
-rw-r--r-- | nt/gmake.defs | 3 | ||||
-rw-r--r-- | nt/makefile.def | 3 | ||||
-rw-r--r-- | nt/makefile.nt | 3 | ||||
-rw-r--r-- | nt/makefile.w32-in | 2 | ||||
-rw-r--r-- | nt/nmake.defs | 3 |
5 files changed, 5 insertions, 9 deletions
diff --git a/nt/gmake.defs b/nt/gmake.defs index 7fe580426a8..bd201cd3314 100644 --- a/nt/gmake.defs +++ b/nt/gmake.defs @@ -1,5 +1,4 @@ -# -# Makefile definition file for building GNU Emacs on the Microsoft W32 API. +# -*- Makefile -*- definition file for building GNU Emacs on Windows NT. # Copyright (c) 2000-2001 Free Software Foundation, Inc. # # GNU Emacs is free software; you can redistribute it and/or modify diff --git a/nt/makefile.def b/nt/makefile.def index 224d4619b6b..e5ca430cc39 100644 --- a/nt/makefile.def +++ b/nt/makefile.def @@ -1,5 +1,4 @@ -# -# Makefile definition file for building GNU Emacs on Windows NT +# -*- Makefile -*- definition file for building GNU Emacs on Windows NT # Copyright (c) 1994-2001 Free Software Foundation, Inc. # # GNU Emacs is free software; you can redistribute it and/or modify diff --git a/nt/makefile.nt b/nt/makefile.nt index 4a92f7f3e1f..43060e68fdd 100644 --- a/nt/makefile.nt +++ b/nt/makefile.nt @@ -1,5 +1,4 @@ -# -# Top level makefile for building GNU Emacs on Windows NT +# Top level -*- makefile -*- for building GNU Emacs on Windows NT # Copyright (c) 1993-2000 Free Software Foundation, Inc. # # This file is part of GNU Emacs. diff --git a/nt/makefile.w32-in b/nt/makefile.w32-in index 915259ead65..52455a0a2d8 100644 --- a/nt/makefile.w32-in +++ b/nt/makefile.w32-in @@ -1,4 +1,4 @@ -# Makefile for GNU Emacs on the Microsoft W32 API.
+# -*- Makefile -*- for GNU Emacs on the Microsoft W32 API.
# Copyright (c) 2000-2001 Free Software Foundation, Inc.
#
# Top level makefile for building GNU Emacs on Windows NT
diff --git a/nt/nmake.defs b/nt/nmake.defs index aef2b6cf472..f4239e1a415 100644 --- a/nt/nmake.defs +++ b/nt/nmake.defs @@ -1,5 +1,4 @@ -#
-# Makefile definition file for building GNU Emacs on the Microsoft W32 API.
+# -*- Makefile -*- definition file for building GNU Emacs on Windows NT.
# Copyright (c) 2000-2001 Free Software Foundation, Inc.
#
# GNU Emacs is free software; you can redistribute it and/or modify
|