Emacs lisp compile-command variable.

This commit is contained in:
Bradley M. Kuhn 2016-04-28 16:01:13 -07:00
parent 26104f38d9
commit 96a7c05dc6

View file

@ -70,3 +70,10 @@
# In other words, this process measures only quantity of code written and
# fails to examine the quality of the code.
#
# Local variables:
# compile-command: "perl -c extract-code-added-in-commits.plx"
# End: