Add Emacs compile command.

This commit is contained in:
Bradley M. Kuhn 2013-08-24 21:46:56 -04:00
parent 7462be9b6e
commit 691d77a646

View file

@ -76,3 +76,9 @@ while (my $line = <THREE_DAYS>) {
print "$line\n";
}
}
###############################################################################
#
# Local variables:
# compile-command: "perl -c org-mode-appt-check.plx"
# End: