Fix compile command for Emacs.

This commit is contained in:
Bradley M. Kuhn 2019-12-11 07:36:12 -08:00
parent 04e706e1fc
commit ab9e3fbde0

View file

@ -183,6 +183,6 @@ print "\n\nTOTAL EMAILS SENT: $totalSent\n";
###############################################################################
#
# Local variables:
# compile-command: "perl -c send-mass-email.plx"
# compile-command: "perl -c send-supporter-emails-by-category.plx"
# End: