git-blame.el: Do not use bare 0 to mean (point-min)

Signed-off-by: Lawrence Mitchell <wence@gmx.li>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
Lawrence Mitchell 2012-06-14 10:38:00 +01:00 committed by Junio C Hamano
parent 0e59a6f601
commit 32663b2241

View File

@ -341,7 +341,7 @@ See also function `git-blame-mode'."
(save-excursion
(goto-char (process-mark proc))
(insert-before-markers str)
(goto-char 0)
(goto-char (point-min))
(unless in-blame-filter
(let ((more t)
(in-blame-filter t))