changeset 56919:34b22fc9d0ed

(diff-mode-map): Bind toggle-next-error-follow-mode.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 04 Sep 2004 12:46:17 +0000
parents 2e166bd5683b
children b4b6c8e40b38
files lisp/diff-mode.el
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/diff-mode.el	Sat Sep 04 12:45:26 2004 +0000
+++ b/lisp/diff-mode.el	Sat Sep 04 12:46:17 2004 +0000
@@ -139,7 +139,8 @@
     ("\C-c\C-r" . diff-refine-hunk)
     ("\C-c\C-s" . diff-split-hunk)
     ("\C-c\C-a" . diff-apply-hunk)
-    ("\C-c\C-t" . diff-test-hunk))
+    ("\C-c\C-t" . diff-test-hunk)
+    ("\C-c\C-f" . next-error-follow-mode))
   "Keymap for `diff-mode'.  See also `diff-mode-shared-map'.")
 
 (easy-menu-define diff-mode-menu diff-mode-map