Add Lisp local variables for Emacs compilation.

This commit is contained in:
Bradley M. Kuhn 2016-04-28 13:22:48 -07:00
parent 248dd5bcd9
commit 214908d552

View file

@ -43,3 +43,7 @@ while ( my $gitLog = $logIterator->next() ) {
print ref $gitLog, "\n";
}
#
# Local variables:
# compile-command: "perl -c commit-id-list-matching-regex.plx"
# End: