1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

(diff-mode-map): Bind toggle-next-error-follow-mode.

This commit is contained in:
Eli Zaretskii 2004-09-04 12:46:17 +00:00
parent 282d6eaec0
commit b711788a4a

View File

@ -139,7 +139,8 @@ when editing big diffs)."
("\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