From 5e202df227d5f99801896995aee52992c119d7c8 Mon Sep 17 00:00:00 2001 From: Mathieu Lirzin Date: Sat, 23 Sep 2017 12:19:43 +0200 Subject: 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 + 1 file changed, 1 insertion(+) (limited to 'bin') 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 -- cgit v1.2.1