diff options
author | Mathieu Lirzin <mthl@gnu.org> | 2017-09-22 23:06:15 +0200 |
---|---|---|
committer | Mathieu Lirzin <mthl@gnu.org> | 2017-09-22 23:06:15 +0200 |
commit | 6cb3b83571de25ac77b6294ca903cc428c94889a (patch) | |
tree | 0484343b07174028e80419a17902548a88cfb47e /bin | |
parent | 5f1e0dde32c4f42fe609433c42dcd6c412abb667 (diff) | |
download | automake-6cb3b83571de25ac77b6294ca903cc428c94889a.tar.gz |
maint: Configure Emacs automatically with ".dir-locals.el"
* .dir-locals.el: New Emacs directory configuration file. All perl
files adapted.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/aclocal.in | 17 | ||||
-rw-r--r-- | bin/automake.in | 18 |
2 files changed, 0 insertions, 35 deletions
diff --git a/bin/aclocal.in b/bin/aclocal.in index aad0cfb4e..41a9398c3 100644 --- a/bin/aclocal.in +++ b/bin/aclocal.in @@ -1223,20 +1223,3 @@ while (1) check_acinclude; exit $exit_code; - -### Setup "GNU" style for perl-mode and cperl-mode. -## Local Variables: -## perl-indent-level: 2 -## perl-continued-statement-offset: 2 -## perl-continued-brace-offset: 0 -## perl-brace-offset: 0 -## perl-brace-imaginary-offset: 0 -## perl-label-offset: -2 -## cperl-indent-level: 2 -## cperl-brace-offset: 0 -## cperl-continued-brace-offset: 0 -## cperl-label-offset: -2 -## cperl-extra-newline-before-brace: t -## cperl-merge-trailing-else: nil -## cperl-continued-statement-offset: 2 -## End: diff --git a/bin/automake.in b/bin/automake.in index 653340563..5e36c0ff6 100644 --- a/bin/automake.in +++ b/bin/automake.in @@ -8376,21 +8376,3 @@ else } exit $exit_code; - - -### Setup "GNU" style for perl-mode and cperl-mode. -## Local Variables: -## perl-indent-level: 2 -## perl-continued-statement-offset: 2 -## perl-continued-brace-offset: 0 -## perl-brace-offset: 0 -## perl-brace-imaginary-offset: 0 -## perl-label-offset: -2 -## cperl-indent-level: 2 -## cperl-brace-offset: 0 -## cperl-continued-brace-offset: 0 -## cperl-label-offset: -2 -## cperl-extra-newline-before-brace: t -## cperl-merge-trailing-else: nil -## cperl-continued-statement-offset: 2 -## End: |