diff options
| author | Eli Zaretskii | 2004-09-04 12:46:17 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2004-09-04 12:46:17 +0000 |
| commit | b711788a4a3128cfacba06a8fbe20b5a879b538d (patch) | |
| tree | f98642a862aeb28ac5ca80ac7f824df228b9434d | |
| parent | 282d6eaec09020e5923c15baf000d20565093716 (diff) | |
| download | emacs-b711788a4a3128cfacba06a8fbe20b5a879b538d.tar.gz emacs-b711788a4a3128cfacba06a8fbe20b5a879b538d.zip | |
(diff-mode-map): Bind toggle-next-error-follow-mode.
| -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)." | |||
| 139 | ("\C-c\C-r" . diff-refine-hunk) | 139 | ("\C-c\C-r" . diff-refine-hunk) |
| 140 | ("\C-c\C-s" . diff-split-hunk) | 140 | ("\C-c\C-s" . diff-split-hunk) |
| 141 | ("\C-c\C-a" . diff-apply-hunk) | 141 | ("\C-c\C-a" . diff-apply-hunk) |
| 142 | ("\C-c\C-t" . diff-test-hunk)) | 142 | ("\C-c\C-t" . diff-test-hunk) |
| 143 | ("\C-c\C-f" . next-error-follow-mode)) | ||
| 143 | "Keymap for `diff-mode'. See also `diff-mode-shared-map'.") | 144 | "Keymap for `diff-mode'. See also `diff-mode-shared-map'.") |
| 144 | 145 | ||
| 145 | (easy-menu-define diff-mode-menu diff-mode-map | 146 | (easy-menu-define diff-mode-menu diff-mode-map |