From 677c03828dce7c203a59fc170f6efc2a47afcbe6 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 8 Sep 2004 20:20:05 +0000 Subject: [PATCH] (diff-mode-map): Rename `next-error-follow-mode' to `next-error-follow-minor-mode'. --- lisp/diff-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index f31ab092189..21b1c6446e5 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el @@ -140,7 +140,7 @@ when editing big diffs)." ("\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 -- 2.39.5