]> git.eshelyaron.com Git - emacs.git/commitdiff
Backport: * Fix typo in diff-file-prev/next
authorLeo Liu <sdl.web@gmail.com>
Sun, 24 Jun 2012 02:30:51 +0000 (10:30 +0800)
committerLeo Liu <sdl.web@gmail.com>
Sun, 24 Jun 2012 02:30:51 +0000 (10:30 +0800)
lisp/ChangeLog
lisp/vc/diff-mode.el

index bea8584d03c1518d5988b34b2e1c08677ff55584..6d51598a777bf2022adc200a884eb8752fd31815 100644 (file)
@@ -1,3 +1,7 @@
+2012-06-24  Leo Liu  <sdl.web@gmail.com>
+
+       * vc/diff-mode.el (diff-file-prev/next): Fix typo.
+
 2012-06-23  Leo Liu  <sdl.web@gmail.com>
 
        * textmodes/enriched.el (enriched-next-annotation):
index 16e33889c31a7400c7fa71c12b6518bb01d3d8f5..8b6b85dd22ee0dd072581c7894c06c154b069326 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.