Skip to content

Commit 32663b2

Browse files
wence-gitster
authored andcommitted
git-blame.el: Do not use bare 0 to mean (point-min)
Signed-off-by: Lawrence Mitchell <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0e59a6f commit 32663b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/emacs/git-blame.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ See also function `git-blame-mode'."
341341
(save-excursion
342342
(goto-char (process-mark proc))
343343
(insert-before-markers str)
344-
(goto-char 0)
344+
(goto-char (point-min))
345345
(unless in-blame-filter
346346
(let ((more t)
347347
(in-blame-filter t))

0 commit comments

Comments
 (0)