# HG changeset patch # User Eli Zaretskii # Date 1094302099 0 # Node ID 377f75f46699ca69777254ecf7d4ef3052d37862 # Parent b4b6c8e40b38f4497fabfdaf70391a91bcab35c7 (grep-mode-map): Bind toggle-next-error-follow-mode. diff -r b4b6c8e40b38 -r 377f75f46699 lisp/progmodes/grep.el --- a/lisp/progmodes/grep.el Sat Sep 04 12:47:21 2004 +0000 +++ b/lisp/progmodes/grep.el Sat Sep 04 12:48:19 2004 +0000 @@ -181,6 +181,7 @@ (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)