Add local variables for Emacs.

This commit is contained in:
Bradley M. Kuhn 2015-12-09 18:36:57 -08:00
parent c86256d005
commit 03b1ac5436
2 changed files with 12 additions and 0 deletions

View file

@ -98,3 +98,9 @@ See COPYRIGHT.md and LICENSE.md in the main distribution of this software.
License: AGPLv3-or-later
=cut
###############################################################################
#
# Local variables:
# compile-command: "perl -c Supporters.pm"
# End:

View file

@ -57,3 +57,9 @@ ok( (looks_like_number($id2) and $id2 > $id1),
"addSupporter: add works with public_ack set to true and a display_name given");
$dbh->disconnect();
###############################################################################
#
# Local variables:
# compile-command: "perl -c Supporters.t"
# End: