Backport: * Fix typo in diff-file-prev/next
This commit is contained in:
parent
4bdc63b8b7
commit
c101ef0a3c
2 changed files with 5 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue