make Emacs use perl mode

This commit is contained in:
Eli Barzilay 2010-02-26 15:11:36 -05:00 committed by Sitaram Chamarty
parent deda3da182
commit 4cf18d8339

View file

@ -195,4 +195,7 @@ $GL_WILDREPOS = 0;
# per perl rules, this should be the last line in such a file:
1;
# Local variables:
# mode: perl
# End:
# vim: set syn=perl: