summaryrefslogtreecommitdiff
path: root/lib/Automake/Condition.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Automake/Condition.pm')
-rw-r--r--lib/Automake/Condition.pm17
1 files changed, 0 insertions, 17 deletions
diff --git a/lib/Automake/Condition.pm b/lib/Automake/Condition.pm
index de50e3a08..acaaf8d8f 100644
--- a/lib/Automake/Condition.pm
+++ b/lib/Automake/Condition.pm
@@ -638,20 +638,3 @@ Akim Demaille <akim@epita.fr>, and Alexandre Duret-Lutz <adl@gnu.org>.
=cut
1;
-
-### 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: