mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-28 07:45:00 +00:00
(diff-mode-map): Rename next-error-follow-mode' to
next-error-follow-minor-mode'.
This commit is contained in:
parent
1e64386eea
commit
677c03828d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user