diff options
-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'" (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) |