Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
b711788a
Commit
b711788a
authored
Sep 04, 2004
by
Eli Zaretskii
Browse files
(diff-mode-map): Bind toggle-next-error-follow-mode.
parent
282d6eae
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
lisp/diff-mode.el
lisp/diff-mode.el
+2
-1
No files found.
lisp/diff-mode.el
View file @
b711788a
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment