diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/diff-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
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 |