emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/diff-mode.el,v [EMACS_22_BASE]


From: Dan Nicolaescu
Subject: [Emacs-diffs] Changes to emacs/lisp/diff-mode.el,v [EMACS_22_BASE]
Date: Sat, 22 Sep 2007 23:27:57 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Dan Nicolaescu <dann>   07/09/22 23:27:56

Index: diff-mode.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/diff-mode.el,v
retrieving revision 1.99.2.5
retrieving revision 1.99.2.6
diff -u -b -r1.99.2.5 -r1.99.2.6
--- diff-mode.el        12 Sep 2007 05:11:07 -0000      1.99.2.5
+++ diff-mode.el        22 Sep 2007 23:27:53 -0000      1.99.2.6
@@ -112,6 +112,8 @@
     ("N" . diff-file-next)
     ("p" . diff-hunk-prev)
     ("P" . diff-file-prev)
+    ("\t" . diff-hunk-next)
+    ([backtab] . diff-hunk-prev)
     ("k" . diff-hunk-kill)
     ("K" . diff-file-kill)
     ;; From compilation-minor-mode.




reply via email to

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