From: Juanma Barranquero Date: Fri, 23 Apr 2004 00:24:35 +0000 (+0000) Subject: Add "-*- makefile -*-" mode tag. X-Git-Url: https://git.hcoop.net/bpt/emacs.git/commitdiff_plain/bd6766d34dc21e2c57917a6bf172421a198d2839 Add "-*- makefile -*-" mode tag. --- diff --git a/leim/makefile.w32-in b/leim/makefile.w32-in index bb4461c810..7eea0b41b2 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 20cf472736..c4c2604d11 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 b2f7cacb69..fe82e45c04 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 7af64075bc..a67f262bbc 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 3ac9920fbd..7d8dd179a5 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 c0f1a82abc..4ca90f18db 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 7fe580426a..bd201cd331 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 224d4619b6..e5ca430cc3 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 4a92f7f3e1..43060e68fd 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 915259ead6..52455a0a2d 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 aef2b6cf47..f4239e1a41 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 c2a6e4a1ee..7056d43af5 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.