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:
parent
282d6eaec0
commit
b711788a4a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user