summaryrefslogtreecommitdiff
path: root/bin/autoupdate.in
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2002-07-02 20:31:22 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2002-07-02 20:31:22 +0000
commit617c68ef9100ddd0142ff70891e6a40fb05072c3 (patch)
treee8de31d60039cd2bb0c63c4c5941b08d757abc0a /bin/autoupdate.in
parenteacf43893a2d3fc7cb3424a22f1db5a21edd4939 (diff)
downloadautoconf-617c68ef9100ddd0142ff70891e6a40fb05072c3.tar.gz
* bin/autoheader.in, bin/autom4te.in, bin/autoreconf.in,
bin/autoupdate.in, bin/ifnames.in, lib/Autom4te/General.pm, lib/Autom4te/Struct.pm, lib/Autom4te/XFile.pm: Add local variables so that Emacs setups GNU style for perl-mode and cperl-mode.
Diffstat (limited to 'bin/autoupdate.in')
-rw-r--r--bin/autoupdate.in17
1 files changed, 17 insertions, 0 deletions
diff --git a/bin/autoupdate.in b/bin/autoupdate.in
index 374bfe5b..4cabe586 100644
--- a/bin/autoupdate.in
+++ b/bin/autoupdate.in
@@ -1029,3 +1029,20 @@ exit 0;
#
# Finally, version V' is ready. And there is much rejoicing. (And I
# have free time again. I think. Yeah, right.)
+
+### 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: