git-blame.el: use mapc instead of mapcar
commitcbbc935ce0ce51ecb51bea7f841d578297f8b8ae
authorRüdiger Sonderfeld <ruediger@c-plusplus.de>
Sun, 10 Jun 2012 07:38:03 +0000 (10 02:38 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sun, 10 Jun 2012 07:49:00 +0000 (10 00:49 -0700)
tree48d60a00adb8aa139488b9d2316171d2e1040ab8
parentf174a2583c9f42315b60205890fa67a79a1f1669
git-blame.el: use mapc instead of mapcar

Using mapcar here is a waste of memory because the mapped result
is not used.

Noticed by emacs ("Warning: `mapcar' called for effect").

[jn: split from a larger patch, with new description]

Signed-off-by: Rüdiger Sonderfeld <ruediger@c-plusplus.de>
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/emacs/git-blame.el