diff options
author | Leo Liu <sdl.web@gmail.com> | 2012-04-14 14:28:57 +0800 |
---|---|---|
committer | Leo Liu <sdl.web@gmail.com> | 2012-04-14 14:28:57 +0800 |
commit | d65c95210da2e583a60b43804b49399242c34e01 (patch) | |
tree | 500cabd03cf0c83ea8f14bf68e29bd1297dc0361 /lisp/vc/diff-mode.el | |
parent | b948ce8b0244181c9e08d6bfc635ead24b4e9742 (diff) | |
download | emacs-d65c95210da2e583a60b43804b49399242c34e01.tar.gz |
* lisp/vc/diff-mode.el (diff-file-prev/next): Fix typo.
Diffstat (limited to 'lisp/vc/diff-mode.el')
-rw-r--r-- | lisp/vc/diff-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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. |