Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-blame.el: Do not use bare 0 to mean (point-min)
author
Lawrence Mitchell
<wence@gmx.li>
Thu, 14 Jun 2012 09:38:00 +0000
(10:38 +0100)
committer
Junio 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
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
0e59a6f
)
diff --git
a/contrib/emacs/git-blame.el
b/contrib/emacs/git-blame.el
index 8ebd985484e9584e87849e9a5bdb935fe7869e23..cf485a1a9dc60bb447de71fc3e6440bfbba9d103 100644
(file)
--- a/
contrib/emacs/git-blame.el
+++ b/
contrib/emacs/git-blame.el
@@
-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))