* lisp/vc/diff-mode.el (diff-file-prev/next): Fix typo.
authorLeo Liu <sdl.web@gmail.com>
Sat, 14 Apr 2012 06:28:57 +0000 (14:28 +0800)
committerLeo Liu <sdl.web@gmail.com>
Sat, 14 Apr 2012 06:28:57 +0000 (14:28 +0800)
lisp/ChangeLog
lisp/vc/diff-mode.el

index c25fab9..416a365 100644 (file)
@@ -1,3 +1,7 @@
+2012-04-14  Leo Liu  <sdl.web@gmail.com>
+
+       * vc/diff-mode.el (diff-file-prev/next): Fix typo.
+
 2012-04-14  Paul Eggert  <eggert@cs.ucla.edu>
 
        Spelling fixes.
index 16e3388..8b6b85d 100644 (file)
@@ -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.