# HG changeset patch # User Juri Linkov # Date 1094674917 0 # Node ID 463edf7390ca5fc9af0e0a34eec0c20adf345fb4 # Parent 600db57321a8811ed678beb54d648a4d4617cdba (grep-mode-map): Rename `next-error-follow-mode' to `next-error-follow-minor-mode'. diff -r 600db57321a8 -r 463edf7390ca lisp/progmodes/grep.el --- a/lisp/progmodes/grep.el Wed Sep 08 20:21:15 2004 +0000 +++ b/lisp/progmodes/grep.el Wed Sep 08 20:21:57 2004 +0000 @@ -185,7 +185,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) + (define-key map "\C-c\C-f" 'next-error-follow-minor-mode) ;; This is intolerable -- rms ;;; (define-key map [remap next-line] 'compilation-next-error)