diff options
| author | Eli Zaretskii | 2004-09-04 12:48:19 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2004-09-04 12:48:19 +0000 |
| commit | c5d9b0ff37198b175bcf4554533c5239d5fcc570 (patch) | |
| tree | bd961c1789133f2e4b8ef2ef3bd1fb1bc62c5fc0 | |
| parent | e99212b6594e8bed2eb01ad13df54612edaa2534 (diff) | |
| download | emacs-c5d9b0ff37198b175bcf4554533c5239d5fcc570.tar.gz emacs-c5d9b0ff37198b175bcf4554533c5239d5fcc570.zip | |
(grep-mode-map): Bind toggle-next-error-follow-mode.
| -rw-r--r-- | lisp/progmodes/grep.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index 9d48fd37569..e4cd0c59dac 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el | |||
| @@ -181,6 +181,7 @@ See `compilation-error-screen-columns'" | |||
| 181 | (let ((map (cons 'keymap compilation-minor-mode-map))) | 181 | (let ((map (cons 'keymap compilation-minor-mode-map))) |
| 182 | (define-key map " " 'scroll-up) | 182 | (define-key map " " 'scroll-up) |
| 183 | (define-key map "\^?" 'scroll-down) | 183 | (define-key map "\^?" 'scroll-down) |
| 184 | (define-key map "\C-c\C-f" 'next-error-follow-mode) | ||
| 184 | 185 | ||
| 185 | ;; This is intolerable -- rms | 186 | ;; This is intolerable -- rms |
| 186 | ;;; (define-key map [remap next-line] 'compilation-next-error) | 187 | ;;; (define-key map [remap next-line] 'compilation-next-error) |