We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 809b262 + cbbc935 commit e597c43Copy full SHA for e597c43
1 file changed
contrib/emacs/git-blame.el
@@ -304,7 +304,7 @@ See also function `git-blame-mode'."
304
305
(defun git-blame-cleanup ()
306
"Remove all blame properties"
307
- (mapcar 'delete-overlay git-blame-overlays)
+ (mapc 'delete-overlay git-blame-overlays)
308
(setq git-blame-overlays nil)
309
(remove-git-blame-text-properties (point-min) (point-max)))
310
0 commit comments