Add Lisp local variables for Emacs compilation.
This commit is contained in:
parent
248dd5bcd9
commit
214908d552
1 changed files with 4 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue