summaryrefslogtreecommitdiff
path: root/lisp/vc/diff-mode.el
diff options
context:
space:
mode:
authorJoakim Verona <joakim@verona.se>2012-04-26 11:59:27 +0200
committerJoakim Verona <joakim@verona.se>2012-04-26 11:59:27 +0200
commit6346156f96f3d3492dd3ca1f3d3a5db55ab3c3b2 (patch)
tree9361a618467f2089e7e4b409d5f9f7b4e4f23a1d /lisp/vc/diff-mode.el
parentab5b626f97ea7d71a98a06d8cc777fa925a1f716 (diff)
parente6fd457e010c2ec034a331335530d817852cc11c (diff)
downloademacs-6346156f96f3d3492dd3ca1f3d3a5db55ab3c3b2.tar.gz
emacs-6346156f96f3d3492dd3ca1f3d3a5db55ab3c3b2.tar.bz2
emacs-6346156f96f3d3492dd3ca1f3d3a5db55ab3c3b2.zip
upstream partial out of memory
Diffstat (limited to 'lisp/vc/diff-mode.el')
-rw-r--r--lisp/vc/diff-mode.el2
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.