# HG changeset patch # User Eli Zaretskii # Date 1094301977 0 # Node ID 34b22fc9d0ed3edf518ffd86bf9fc75c72f870a0 # Parent 2e166bd5683b9a794c1ab0c550af1fa7d90fe50c (diff-mode-map): Bind toggle-next-error-follow-mode. diff -r 2e166bd5683b -r 34b22fc9d0ed lisp/diff-mode.el --- 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