diff options
author | Eli Zaretskii <eliz@gnu.org> | 2004-09-04 12:46:17 +0000 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2004-09-04 12:46:17 +0000 |
commit | b711788a4a3128cfacba06a8fbe20b5a879b538d (patch) | |
tree | f98642a862aeb28ac5ca80ac7f824df228b9434d /lisp/diff-mode.el | |
parent | 282d6eaec09020e5923c15baf000d20565093716 (diff) | |
download | emacs-b711788a4a3128cfacba06a8fbe20b5a879b538d.tar.gz |
(diff-mode-map): Bind toggle-next-error-follow-mode.
Diffstat (limited to 'lisp/diff-mode.el')
-rw-r--r-- | lisp/diff-mode.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/diff-mode.el b/lisp/diff-mode.el index 26ff5441baf..f31ab092189 100644 --- a/lisp/diff-mode.el +++ b/lisp/diff-mode.el @@ -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 |