]> git.eshelyaron.com Git - emacs.git/commitdiff
* 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 c25fab9b619a9ba0bee0dcaba217cb73265e5d0a..416a365179f852e9da6a95194669908008665945 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 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.