From 0443d8895a2f3af8f1d6d53d7214ee73849fd7bc Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 8 Sep 2004 20:21:57 +0000 Subject: [PATCH] (grep-mode-map): Rename `next-error-follow-mode' to `next-error-follow-minor-mode'. --- lisp/progmodes/grep.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index 3c3ba4c0366..083540c7820 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el @@ -185,7 +185,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) + (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) -- 2.39.5