From: Leo Liu Date: Sun, 24 Jun 2012 02:30:51 +0000 (+0800) Subject: Backport: * Fix typo in diff-file-prev/next X-Git-Tag: emacs-24.2~71 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c101ef0a3cf3e5c99280beb739c006955865b1ff;p=emacs.git Backport: * Fix typo in diff-file-prev/next --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bea8584d03c..6d51598a777 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2012-06-24 Leo Liu + + * vc/diff-mode.el (diff-file-prev/next): Fix typo. + 2012-06-23 Leo Liu * textmodes/enriched.el (enriched-next-annotation): diff --git a/lisp/vc/diff-mode.el b/lisp/vc/diff-mode.el index 16e33889c31..8b6b85dd22e 100644 --- a/lisp/vc/diff-mode.el +++ b/lisp/vc/diff-mode.el @@ -545,7 +545,7 @@ but in the file header instead, in which case move forward to the first hunk." (condition-case-unless-debug nil (diff-refine-hunk) (error nil)))) (easy-mmode-define-navigation - diff-file diff-file-header-re "file" diff-end-of-hunk) + diff-file diff-file-header-re "file" diff-end-of-file) (defun diff-restrict-view (&optional arg) "Restrict the view to the current hunk.