summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2004-04-23 00:24:35 +0000
committerJuanma Barranquero <lekktu@gmail.com>2004-04-23 00:24:35 +0000
commitbd6766d34dc21e2c57917a6bf172421a198d2839 (patch)
tree3a68d1fda704f193bb813e9a03e62ce6303982a5
parente9419bd4921926a29541593359d1ba8c5bd3dac6 (diff)
downloademacs-bd6766d34dc21e2c57917a6bf172421a198d2839.tar.gz
Add "-*- makefile -*-" mode tag.
-rw-r--r--leim/makefile.w32-in2
-rw-r--r--lib-src/makefile.w32-in2
-rw-r--r--lisp/makefile.w32-in2
-rw-r--r--lispintro/makefile.w32-in2
-rw-r--r--lispref/makefile.w32-in2
-rw-r--r--man/makefile.w32-in2
-rw-r--r--nt/gmake.defs3
-rw-r--r--nt/makefile.def3
-rw-r--r--nt/makefile.nt3
-rw-r--r--nt/makefile.w32-in2
-rw-r--r--nt/nmake.defs3
-rw-r--r--src/makefile.w32-in2
12 files changed, 12 insertions, 16 deletions
diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in
index bb4461c810c..7eea0b41b26 100644
--- a/leim/makefile.w32-in
+++ b/leim/makefile.w32-in
@@ -1,4 +1,4 @@
-# Makefile for leim subdirectory in GNU Emacs on the Microsoft W32 API.
+# -*- Makefile -*- for leim subdirectory in GNU Emacs on the Microsoft W32 API.
# Copyright (C) 1997 Electrotechnical Laboratory, JAPAN.
# Licensed to the Free Software Foundation.
diff --git a/lib-src/makefile.w32-in b/lib-src/makefile.w32-in
index 20cf4727362..c4c2604d113 100644
--- a/lib-src/makefile.w32-in
+++ b/lib-src/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.
#
# This file is part of GNU Emacs.
diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in
index b2f7cacb699..fe82e45c04f 100644
--- a/lisp/makefile.w32-in
+++ b/lisp/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,2004 Free Software Foundation, Inc.
#
# This file is part of GNU Emacs.
diff --git a/lispintro/makefile.w32-in b/lispintro/makefile.w32-in
index 7af64075bc2..a67f262bbc0 100644
--- a/lispintro/makefile.w32-in
+++ b/lispintro/makefile.w32-in
@@ -1,4 +1,4 @@
-#### Makefile for the Emacs Lisp Introduction manual
+#### -*- Makefile -*- for the Emacs Lisp Introduction manual.
# Copyright (C) 2003 Free Software Foundation, Inc.
diff --git a/lispref/makefile.w32-in b/lispref/makefile.w32-in
index 3ac9920fbd7..7d8dd179a56 100644
--- a/lispref/makefile.w32-in
+++ b/lispref/makefile.w32-in
@@ -1,4 +1,4 @@
-# Makefile for the GNU Emacs Lisp Reference Manual.
+# -*- Makefile -*- for the GNU Emacs Lisp Reference Manual.
# Copyright (C) 2003
# Free Software Foundation, Inc.
diff --git a/man/makefile.w32-in b/man/makefile.w32-in
index c0f1a82abc1..4ca90f18dba 100644
--- a/man/makefile.w32-in
+++ b/man/makefile.w32-in
@@ -1,4 +1,4 @@
-#### Makefile for the Emacs Manual and other documentation.
+#### -*- Makefile -*- for the Emacs Manual and other documentation.
# Copyright (C) 2003
# Free Software Foundation, Inc.
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
diff --git a/src/makefile.w32-in b/src/makefile.w32-in
index c2a6e4a1eeb..7056d43af5f 100644
--- a/src/makefile.w32-in
+++ b/src/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.
#
# This file is part of GNU Emacs.