emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r108051: Backport: * Fix typo in d


From: Leo Liu
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r108051: Backport: * Fix typo in diff-file-prev/next
Date: Sun, 24 Jun 2012 10:30:51 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 108051
committer: Leo Liu <address@hidden>
branch nick: emacs-24
timestamp: Sun 2012-06-24 10:30:51 +0800
message:
  Backport: * Fix typo in diff-file-prev/next
modified:
  lisp/ChangeLog
  lisp/vc/diff-mode.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-06-23 13:33:44 +0000
+++ b/lisp/ChangeLog    2012-06-24 02:30:51 +0000
@@ -1,3 +1,7 @@
+2012-06-24  Leo Liu  <address@hidden>
+
+       * vc/diff-mode.el (diff-file-prev/next): Fix typo.
+
 2012-06-23  Leo Liu  <address@hidden>
 
        * textmodes/enriched.el (enriched-next-annotation):

=== modified file 'lisp/vc/diff-mode.el'
--- a/lisp/vc/diff-mode.el      2012-02-28 08:17:21 +0000
+++ b/lisp/vc/diff-mode.el      2012-06-24 02:30:51 +0000
@@ -545,7 +545,7 @@
      (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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]