summaryrefslogtreecommitdiff
path: root/t/pm
diff options
context:
space:
mode:
authorMathieu Lirzin <mthl@gnu.org>2017-09-22 23:06:15 +0200
committerMathieu Lirzin <mthl@gnu.org>2017-09-22 23:06:15 +0200
commit6cb3b83571de25ac77b6294ca903cc428c94889a (patch)
tree0484343b07174028e80419a17902548a88cfb47e /t/pm
parent5f1e0dde32c4f42fe609433c42dcd6c412abb667 (diff)
downloadautomake-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 't/pm')
-rw-r--r--t/pm/Condition-t.pl17
-rw-r--r--t/pm/Condition.pl17
-rw-r--r--t/pm/DisjConditions-t.pl17
-rw-r--r--t/pm/DisjConditions.pl17
-rw-r--r--t/pm/Version.pl17
-rw-r--r--t/pm/Wrap.pl17
6 files changed, 0 insertions, 102 deletions
diff --git a/t/pm/Condition-t.pl b/t/pm/Condition-t.pl
index fcd971a57..a54d4f087 100644
--- a/t/pm/Condition-t.pl
+++ b/t/pm/Condition-t.pl
@@ -308,20 +308,3 @@ exit (test_basics
|| test_reduce_and
|| test_reduce_or
|| test_merge);
-
-### 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/t/pm/Condition.pl b/t/pm/Condition.pl
index 8ebb7c7e2..0a5017535 100644
--- a/t/pm/Condition.pl
+++ b/t/pm/Condition.pl
@@ -258,20 +258,3 @@ exit (test_basics
|| test_reduce_and
|| test_reduce_or
|| test_merge);
-
-### 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/t/pm/DisjConditions-t.pl b/t/pm/DisjConditions-t.pl
index adcc4201f..f28c9d301 100644
--- a/t/pm/DisjConditions-t.pl
+++ b/t/pm/DisjConditions-t.pl
@@ -442,20 +442,3 @@ exit (test_basics
|| test_simplify
|| test_sub_conditions
|| test_ambig);
-
-### 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/t/pm/DisjConditions.pl b/t/pm/DisjConditions.pl
index 07952f43f..f72c5469d 100644
--- a/t/pm/DisjConditions.pl
+++ b/t/pm/DisjConditions.pl
@@ -385,20 +385,3 @@ exit (test_basics
|| test_simplify
|| test_sub_conditions
|| test_ambig);
-
-### 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/t/pm/Version.pl b/t/pm/Version.pl
index 764478a2f..d0059897f 100644
--- a/t/pm/Version.pl
+++ b/t/pm/Version.pl
@@ -110,20 +110,3 @@ test_version_compare (@{$_}) foreach @tests;
test_bad_versions ($_) foreach @bad_versions;
exit $failed;
-
-### 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/t/pm/Wrap.pl b/t/pm/Wrap.pl
index 4da251128..e9aed30bc 100644
--- a/t/pm/Wrap.pl
+++ b/t/pm/Wrap.pl
@@ -93,20 +93,3 @@ test_wrap (@{$_}) foreach @tests;
test_makefile_wrap (@{$_}) foreach @makefile_tests;
exit $failed;
-
-### 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: