* lisp/vc/diff-mode.el (diff-file-prev/next): Fix typo.

This commit is contained in:
Leo Liu 2012-04-14 14:28:57 +08:00
parent b948ce8b02
commit d65c95210d
2 changed files with 5 additions and 1 deletions

View 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.

View 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.