From 691d77a646915325f7bde8ab4989219d59ac8358 Mon Sep 17 00:00:00 2001 From: "Bradley M. Kuhn" Date: Sat, 24 Aug 2013 21:46:56 -0400 Subject: [PATCH] Add Emacs compile command. --- org-mode-appt-check.plx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/org-mode-appt-check.plx b/org-mode-appt-check.plx index 767cd48..3215849 100755 --- a/org-mode-appt-check.plx +++ b/org-mode-appt-check.plx @@ -76,3 +76,9 @@ while (my $line = ) { print "$line\n"; } } +############################################################################### +# +# Local variables: +# compile-command: "perl -c org-mode-appt-check.plx" +# End: +