From ab9e3fbde01fa834c0f5de517395ee8526f88c8d Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Wed, 11 Dec 2019 07:36:12 -0800 Subject: [PATCH] Fix compile command for Emacs. --- scripts/send-supporter-emails-by-category.plx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/send-supporter-emails-by-category.plx b/scripts/send-supporter-emails-by-category.plx index 185771e..64a3ebd 100644 --- a/scripts/send-supporter-emails-by-category.plx +++ b/scripts/send-supporter-emails-by-category.plx @@ -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: