Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'rs/git-blame-mapcar-mapc'
author
Junio C Hamano
<gitster@pobox.com>
Mon, 25 Jun 2012 18:24:52 +0000
(11:24 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 25 Jun 2012 18:24:53 +0000
(11:24 -0700)
* rs/git-blame-mapcar-mapc:
git-blame.el: use mapc instead of mapcar
contrib/emacs/git-blame.el
patch
|
blob
|
history
raw
(from parent 1:
4536214
)
diff --git
a/contrib/emacs/git-blame.el
b/contrib/emacs/git-blame.el
index d351cfb6e7e818f5f760e83889586c6dbf6e3a11..37d797e12419960c0698ec294b89060fd77d8d88 100644
(file)
--- a/
contrib/emacs/git-blame.el
+++ b/
contrib/emacs/git-blame.el
@@
-304,7
+304,7
@@
See also function `git-blame-mode'."
(defun git-blame-cleanup ()
"Remove all blame properties"
- (mapc
ar
'delete-overlay git-blame-overlays)
+ (mapc 'delete-overlay git-blame-overlays)
(setq git-blame-overlays nil)
(remove-git-blame-text-properties (point-min) (point-max)))