diff options
| author | Juri Linkov | 2004-09-08 20:21:57 +0000 |
|---|---|---|
| committer | Juri Linkov | 2004-09-08 20:21:57 +0000 |
| commit | 0443d8895a2f3af8f1d6d53d7214ee73849fd7bc (patch) | |
| tree | 2c48b469e67d9a7b16df88285698d9a0491ef037 | |
| parent | 221206e334150dbc21abbcb1adc6814c7b999fa2 (diff) | |
| download | emacs-0443d8895a2f3af8f1d6d53d7214ee73849fd7bc.tar.gz emacs-0443d8895a2f3af8f1d6d53d7214ee73849fd7bc.zip | |
(grep-mode-map): Rename `next-error-follow-mode' to `next-error-follow-minor-mode'.
| -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'" | |||
| 185 | (let ((map (cons 'keymap compilation-minor-mode-map))) | 185 | (let ((map (cons 'keymap compilation-minor-mode-map))) |
| 186 | (define-key map " " 'scroll-up) | 186 | (define-key map " " 'scroll-up) |
| 187 | (define-key map "\^?" 'scroll-down) | 187 | (define-key map "\^?" 'scroll-down) |
| 188 | (define-key map "\C-c\C-f" 'next-error-follow-mode) | 188 | (define-key map "\C-c\C-f" 'next-error-follow-minor-mode) |
| 189 | 189 | ||
| 190 | ;; This is intolerable -- rms | 190 | ;; This is intolerable -- rms |
| 191 | ;;; (define-key map [remap next-line] 'compilation-next-error) | 191 | ;;; (define-key map [remap next-line] 'compilation-next-error) |