Signed-off-by: Lawrence Mitchell <wence@xxxxxx> --- contrib/emacs/git-blame.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) A small cleanup I noticed while glancing at the code diff --git a/contrib/emacs/git-blame.el b/contrib/emacs/git-blame.el index 20cf9a6..ef1eebd 100644 --- a/contrib/emacs/git-blame.el +++ b/contrib/emacs/git-blame.el @@ -340,7 +340,7 @@ See also function `git-blame-mode'." (with-current-buffer (process-buffer proc) (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)) -- 1.7.10.2.552.gaa3bb87 -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html