From 5e202df227d5f99801896995aee52992c119d7c8 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Sat, 23 Sep 2017 12:19:43 +0200 Subject: [PATCH] maint: Make Emacs use 'makefile-automake-mode' * bin/local.mk: Specify mode name in the first line. * contrib/t/local.mk: Likewise. * doc/local.mk: Likewise. * lib/Automake/local.mk: Likewise. * lib/am/local.mk: Likewise. * lib/local.mk: Likewise. * m4/local.mk: Likewise. * t/local.mk: Likewise. --- bin/local.mk | 1 + contrib/t/local.mk | 3 +-- doc/local.mk | 3 +-- lib/Automake/local.mk | 3 +-- lib/am/local.mk | 3 +-- lib/local.mk | 3 +-- m4/local.mk | 3 +-- t/local.mk | 3 +-- 8 files changed, 8 insertions(+), 14 deletions(-) diff --git a/bin/local.mk b/bin/local.mk index b5617f50a..51f7b3f58 100644 --- a/bin/local.mk +++ b/bin/local.mk @@ -1,3 +1,4 @@ +## -*- makefile-automake -*- ## Copyright (C) 1995-2017 Free Software Foundation, Inc. ## ## This program is free software; you can redistribute it and/or modify diff --git a/contrib/t/local.mk b/contrib/t/local.mk index b5e1b699b..d29b7e116 100644 --- a/contrib/t/local.mk +++ b/contrib/t/local.mk @@ -1,5 +1,4 @@ -## Included by top-level Makefile for Automake. - +## -*- makefile-automake -*- ## Copyright (C) 1995-2017 Free Software Foundation, Inc. ## ## This program is free software; you can redistribute it and/or modify diff --git a/doc/local.mk b/doc/local.mk index b6742e6aa..f455f88ff 100644 --- a/doc/local.mk +++ b/doc/local.mk @@ -1,5 +1,4 @@ -## Included by top-level Makefile for Automake. - +## -*- makefile-automake -*- ## Copyright (C) 1995-2017 Free Software Foundation, Inc. ## ## This program is free software; you can redistribute it and/or modify diff --git a/lib/Automake/local.mk b/lib/Automake/local.mk index 1a5b35a60..ab09cc031 100644 --- a/lib/Automake/local.mk +++ b/lib/Automake/local.mk @@ -1,5 +1,4 @@ -## Included by top-level Makefile for Automake. - +## -*- makefile-automake -*- ## Copyright (C) 1995-2017 Free Software Foundation, Inc. ## ## This program is free software; you can redistribute it and/or modify diff --git a/lib/am/local.mk b/lib/am/local.mk index 3c2d9ba39..4a38b7433 100644 --- a/lib/am/local.mk +++ b/lib/am/local.mk @@ -1,5 +1,4 @@ -## Included by top-level Makefile for Automake. - +## -*- makefile-automake -*- ## Copyright (C) 1995-2017 Free Software Foundation, Inc. ## ## This program is free software; you can redistribute it and/or modify diff --git a/lib/local.mk b/lib/local.mk index 5aae1cfb6..311aed35d 100644 --- a/lib/local.mk +++ b/lib/local.mk @@ -1,5 +1,4 @@ -## Included by top-level Makefile for Automake. - +## -*- makefile-automake -*- ## Copyright (C) 1995-2017 Free Software Foundation, Inc. ## ## This program is free software; you can redistribute it and/or modify diff --git a/m4/local.mk b/m4/local.mk index e56d6a211..6b5a9d2a8 100644 --- a/m4/local.mk +++ b/m4/local.mk @@ -1,5 +1,4 @@ -## Included by top-level Makefile for Automake. - +## -*- makefile-automake -*- ## Copyright (C) 1995-2017 Free Software Foundation, Inc. ## ## This program is free software; you can redistribute it and/or modify diff --git a/t/local.mk b/t/local.mk index 082edb0a9..b6bb6b662 100644 --- a/t/local.mk +++ b/t/local.mk @@ -1,5 +1,4 @@ -## Included by top-level Makefile for Automake. - +## -*- makefile-automake -*- ## Copyright (C) 1995-2017 Free Software Foundation, Inc. ## ## This program is free software; you can redistribute it and/or modify -- 2.11.4.GIT