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

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

bug#8062: perl-mode final ); indenting


From: jidanni
Subject: bug#8062: perl-mode final ); indenting
Date: Thu, 17 Feb 2011 14:46:25 +0800

emacs -Q this file.pl, emacs-version "24.0.50.1"

#!/usr/bin/perl
my %h = (
    '1-3' => {
        name  => '慶福街 1-3 Qingfu St.',
        coord => '120.865225,24.181802',
    },
    '1-6' => {
        name  => '慶福街 1-6 Qingfu St.',
        coord => '120.866215,24.181668',
    }
    ); #<--TAB put this here. It should be in column one.
Run it through perltidy to check.





reply via email to

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