From abec5bedacd77b2152e61ec3216ab47bd7272fc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dagfinn=20Ilmari=20Manns=C3=A5ker?= Date: Wed, 18 Mar 2015 01:37:04 +0100 Subject: Replace common Emacs file-local variables with dir-locals An empty cpan/.dir-locals.el stops Emacs using the core defaults for code imported from CPAN. Committer's work: To keep t/porting/cmp_version.t and t/porting/utils.t happy, $VERSION needed to be incremented in many files, including throughout dist/PathTools. perldelta entry for module updates. Add two Emacs control files to MANIFEST; re-sort MANIFEST. For: RT #124119. --- perly.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'perly.c') diff --git a/perly.c b/perly.c index 48f0e8085e..abb4d4e779 100644 --- a/perly.c +++ b/perly.c @@ -577,11 +577,5 @@ Perl_yyparse (pTHX_ int gramtype) } /* - * Local variables: - * c-indentation-style: bsd - * c-basic-offset: 4 - * indent-tabs-mode: nil - * End: - * * ex: set ts=8 sts=4 sw=4 et: */ -- cgit v1.2.1