From c5d9b0ff37198b175bcf4554533c5239d5fcc570 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 4 Sep 2004 12:48:19 +0000 Subject: [PATCH] (grep-mode-map): Bind toggle-next-error-follow-mode. --- lisp/progmodes/grep.el | 1 + 1 file changed, 1 insertion(+) 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'" (let ((map (cons 'keymap compilation-minor-mode-map))) (define-key map " " 'scroll-up) (define-key map "\^?" 'scroll-down) + (define-key map "\C-c\C-f" 'next-error-follow-mode) ;; This is intolerable -- rms ;;; (define-key map [remap next-line] 'compilation-next-error) -- 2.39.2