This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix Emacs dir-local variables
authorAaron Crane <arc@cpan.org>
Mon, 7 Dec 2015 20:13:08 +0000 (20:13 +0000)
committerAaron Crane <arc@cpan.org>
Mon, 7 Dec 2015 20:13:08 +0000 (20:13 +0000)
commita3914761bd81864e97c2c9093945a00fd3b2cf8f
tree3613336dee3470378a4e4b7e0fad0ef17494e70c
parent9b46180457d99e346fe519d8772ee79507fd4b01
Fix Emacs dir-local variables

The setting for cperl-indent-level (which sets the default indentation step
used by Emacs for Perl code) was missing a dot in the relevant cons pair.
This meant that the value set was the single-element list (4) rather than
the integer 4, so attempting to indent lines made Emacs produce an error
"Wrong type argument: number-or-marker-p, (4)".
.dir-locals.el