From: Juri Linkov Date: Wed, 8 Sep 2004 20:21:57 +0000 (+0000) Subject: (grep-mode-map): Rename `next-error-follow-mode' to `next-error-follow-minor-mode'. X-Git-Tag: ttn-vms-21-2-B4~4986 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0443d8895a2f3af8f1d6d53d7214ee73849fd7bc;p=emacs.git (grep-mode-map): Rename `next-error-follow-mode' to `next-error-follow-minor-mode'. --- 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)