diff options
author | Juri Linkov <juri@jurta.org> | 2004-09-08 20:21:57 +0000 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2004-09-08 20:21:57 +0000 |
commit | 0443d8895a2f3af8f1d6d53d7214ee73849fd7bc (patch) | |
tree | 2c48b469e67d9a7b16df88285698d9a0491ef037 /lisp/progmodes/grep.el | |
parent | 221206e334150dbc21abbcb1adc6814c7b999fa2 (diff) | |
download | emacs-0443d8895a2f3af8f1d6d53d7214ee73849fd7bc.tar.gz |
(grep-mode-map): Rename `next-error-follow-mode' to `next-error-follow-minor-mode'.
Diffstat (limited to 'lisp/progmodes/grep.el')
-rw-r--r-- | lisp/progmodes/grep.el | 2 |
1 files changed, 1 insertions, 1 deletions
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) |