summaryrefslogtreecommitdiff
path: root/t
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 /t
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 't')
-rw-r--r--t/local.mk3
1 files changed, 1 insertions, 2 deletions
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