summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-09-23 12:19:43 +0200
committerMathieu Lirzin <mthl@gnu.org>2017-09-23 21:43:20 +0200
commit5e202df227d5f99801896995aee52992c119d7c8 (patch)
tree8d4822855db951c0e0863099b5914378b798b1be /bin
parent07778664ecb2a5a7469cdb9e9853f7e5d693cbb3 (diff)
downloadautomake-5e202df227d5f99801896995aee52992c119d7c8.tar.gz
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.
Diffstat (limited to 'bin')
-rw-r--r--bin/local.mk1
1 files changed, 1 insertions, 0 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