Mercurial > emacs
changeset 57022:463edf7390ca
(grep-mode-map): Rename `next-error-follow-mode' to `next-error-follow-minor-mode'.
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Wed, 08 Sep 2004 20:21:57 +0000 |
parents | 600db57321a8 |
children | cf85be0f7afa |
files | lisp/progmodes/grep.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/grep.el Wed Sep 08 20:21:15 2004 +0000 +++ b/lisp/progmodes/grep.el Wed Sep 08 20:21:57 2004 +0000 @@ -185,7 +185,7 @@ (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)