emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r107904: * lisp/vc/diff-mode.el (diff


From: Leo Liu
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r107904: * lisp/vc/diff-mode.el (diff-file-prev/next): Fix typo.
Date: Sat, 14 Apr 2012 14:28:57 +0800
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 107904
committer: Leo Liu <address@hidden>
branch nick: trunk
timestamp: Sat 2012-04-14 14:28:57 +0800
message:
  * lisp/vc/diff-mode.el (diff-file-prev/next): Fix typo.
modified:
  lisp/ChangeLog
  lisp/vc/diff-mode.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-04-14 05:10:55 +0000
+++ b/lisp/ChangeLog    2012-04-14 06:28:57 +0000
@@ -1,3 +1,7 @@
+2012-04-14  Leo Liu  <address@hidden>
+
+       * vc/diff-mode.el (diff-file-prev/next): Fix typo.
+
 2012-04-14  Paul Eggert  <address@hidden>
 
        Spelling fixes.

=== 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-04-14 06:28:57 +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]