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:
parent
0e59a6f601
commit
32663b2241
@ -341,7 +341,7 @@ See also function `git-blame-mode'."
|
|||||||
(save-excursion
|
(save-excursion
|
||||||
(goto-char (process-mark proc))
|
(goto-char (process-mark proc))
|
||||||
(insert-before-markers str)
|
(insert-before-markers str)
|
||||||
(goto-char 0)
|
(goto-char (point-min))
|
||||||
(unless in-blame-filter
|
(unless in-blame-filter
|
||||||
(let ((more t)
|
(let ((more t)
|
||||||
(in-blame-filter t))
|
(in-blame-filter t))
|
||||||
|
Loading…
Reference in New Issue
Block a user