diff options
| author | Eli Zaretskii | 2004-09-04 12:47:21 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2004-09-04 12:47:21 +0000 |
| commit | e99212b6594e8bed2eb01ad13df54612edaa2534 (patch) | |
| tree | 1963b1c15d1b7cfd0f9bca88ca3cfb8763df5fd0 | |
| parent | b711788a4a3128cfacba06a8fbe20b5a879b538d (diff) | |
| download | emacs-e99212b6594e8bed2eb01ad13df54612edaa2534.tar.gz emacs-e99212b6594e8bed2eb01ad13df54612edaa2534.zip | |
(compilation-mode-map): Bind toggle-next-error-follow-mode.
| -rw-r--r-- | lisp/progmodes/compile.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index ea174233289..076ffcc8159 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el | |||
| @@ -1059,6 +1059,7 @@ exited abnormally with code %d\n" | |||
| 1059 | (set-keymap-parent map compilation-minor-mode-map) | 1059 | (set-keymap-parent map compilation-minor-mode-map) |
| 1060 | (define-key map " " 'scroll-up) | 1060 | (define-key map " " 'scroll-up) |
| 1061 | (define-key map "\^?" 'scroll-down) | 1061 | (define-key map "\^?" 'scroll-down) |
| 1062 | (define-key map "\C-c\C-f" 'next-error-follow-mode) | ||
| 1062 | 1063 | ||
| 1063 | ;; Set up the menu-bar | 1064 | ;; Set up the menu-bar |
| 1064 | (define-key map [menu-bar compilation] | 1065 | (define-key map [menu-bar compilation] |