X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=contrib%2Femacs%2Fgit-blame.el;h=4fa70c5ad47fcd717d9cbdb23a8142f89227f630;hb=550806439402877e6dab22cacfc6de8757d18593;hp=9f92cd250b2ba2c3057bff87daa1b7990f85403d;hpb=7ab9f8f8b12853d4cb0e45031bf2ee9a0517ad22;p=git.git diff --git a/contrib/emacs/git-blame.el b/contrib/emacs/git-blame.el index 9f92cd250..4fa70c5ad 100644 --- a/contrib/emacs/git-blame.el +++ b/contrib/emacs/git-blame.el @@ -381,7 +381,7 @@ See also function `git-blame-mode'." "log" "-1" (concat "--pretty=" git-blame-log-oneline-format) hash) - (buffer-substring (point-min) (1- (point-max))))) + (buffer-substring (point-min) (point-max)))) (defvar git-blame-last-identification nil) (make-variable-buffer-local 'git-blame-last-identification)