aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov <[email protected]>2004-09-08 20:21:57 +0000
committerJuri Linkov <[email protected]>2004-09-08 20:21:57 +0000
commit0443d8895a2f3af8f1d6d53d7214ee73849fd7bc (patch)
tree2c48b469e67d9a7b16df88285698d9a0491ef037
parent221206e334150dbc21abbcb1adc6814c7b999fa2 (diff)
(grep-mode-map): Rename `next-error-follow-mode' to `next-error-follow-minor-mode'.
-rw-r--r--lisp/progmodes/grep.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el
index 3c3ba4c036..083540c782 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)