bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#28640: 25.2; cperl-mode indentation after package BLOCKs


From: Stefan Kangas
Subject: bug#28640: 25.2; cperl-mode indentation after package BLOCKs
Date: Fri, 5 Jul 2019 22:20:52 +0200

Darren Embry <dse@webonastick.com> writes:

> Hello GNU Emacs developers,
>
> I'm getting the following automatic indentation in cperl-mode for a
> script containing more than one BLOCK:
>
>     #!/usr/bin/env perl
>     use warnings;
>     use strict;
>
>     package Foo {
>       use Moose;
>     }
>       package Bar {
>         use Moose;
>       }
>
>       # Local Variables:
>       # mode: cperl
>       # End:

I can reproduce this on Emacs 26.2 and current master.

Best regards,
Stefan Kangas





reply via email to

[Prev in Thread] Current Thread [Next in Thread]