diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2017-09-23 12:19:43 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2017-09-23 21:43:20 +0200 |
commit | 5e202df227d5f99801896995aee52992c119d7c8 (patch) | |
tree | 8d4822855db951c0e0863099b5914378b798b1be /m4/local.mk | |
parent | 07778664ecb2a5a7469cdb9e9853f7e5d693cbb3 (diff) | |
download | automake-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 'm4/local.mk')
-rw-r--r-- | m4/local.mk | 3 |
1 files changed, 1 insertions, 2 deletions
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 |