]> git.eshelyaron.com Git - emacs.git/commitdiff
(grep-mode-map): Rename `next-error-follow-mode' to `next-error-follow-minor-mode'.
authorJuri Linkov <juri@jurta.org>
Wed, 8 Sep 2004 20:21:57 +0000 (20:21 +0000)
committerJuri Linkov <juri@jurta.org>
Wed, 8 Sep 2004 20:21:57 +0000 (20:21 +0000)
lisp/progmodes/grep.el

index 3c3ba4c036653e6fa185d3a753db4ac75e4777fc..083540c78202cf7d8c95da3cc3a92e9a9a50ca63 100644 (file)
@@ -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)