git-blame.el: Do not use bare 0 to mean (point-min)
authorLawrence Mitchell <wence@gmx.li>
Thu, 14 Jun 2012 09:38:00 +0000 (10:38 +0100)
committerJunio C Hamano <gitster@pobox.com>
Thu, 14 Jun 2012 17:59:16 +0000 (10:59 -0700)
Signed-off-by: Lawrence Mitchell <wence@gmx.li>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
contrib/emacs/git-blame.el

index 8ebd985484e9584e87849e9a5bdb935fe7869e23..cf485a1a9dc60bb447de71fc3e6440bfbba9d103 100644 (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))