# HG changeset patch # User Juri Linkov # Date 1094674805 0 # Node ID f1329d47fa1abae03d8ebddaa7601b49f575c773 # Parent 0bedef20ddc4364749de0c656b21c3722091f523 (diff-mode-map): Rename `next-error-follow-mode' to `next-error-follow-minor-mode'. diff -r 0bedef20ddc4 -r f1329d47fa1a lisp/diff-mode.el --- a/lisp/diff-mode.el Wed Sep 08 20:17:10 2004 +0000 +++ b/lisp/diff-mode.el Wed Sep 08 20:20:05 2004 +0000 @@ -140,7 +140,7 @@ ("\C-c\C-s" . diff-split-hunk) ("\C-c\C-a" . diff-apply-hunk) ("\C-c\C-t" . diff-test-hunk) - ("\C-c\C-f" . next-error-follow-mode)) + ("\C-c\C-f" . next-error-follow-minor-mode)) "Keymap for `diff-mode'. See also `diff-mode-shared-map'.") (easy-menu-define diff-mode-menu diff-mode-map