contrib/emacs: Use non-interactive function to byte-compile files
authorXavier Maillard <zedek@gnu.org>
Mon, 5 Mar 2007 08:23:42 +0000 (09:23 +0100)
committerJunio C Hamano <junkio@cox.net>
Mon, 5 Mar 2007 08:45:57 +0000 (00:45 -0800)
Add git-blame as a candidate to the byte-compilation.

batch-byte-compile is the prefered way to byte-compile files in
batch mode. Use it instead of the interactive function.

Signed-off-by: Xavier Maillard <zedek@gnu.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found