Mercurial > emacs
changeset 53486:23376885b0f9
(grep-mode-map): Don't remap next-line, previous-line.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 03 Jan 2004 21:11:43 +0000 |
parents | deac15f329bb |
children | 25ff62ff164d |
files | lisp/progmodes/grep.el |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/grep.el Sat Jan 03 17:17:21 2004 +0000 +++ b/lisp/progmodes/grep.el Sat Jan 03 21:11:43 2004 +0000 @@ -157,8 +157,9 @@ (define-key map " " 'scroll-up) (define-key map "\^?" 'scroll-down) - (define-key map [remap next-line] 'compilation-next-error) - (define-key map [remap previous-line] 'compilation-previous-error) + ;; This is intolerable -- rms +;;; (define-key map [remap next-line] 'compilation-next-error) +;;; (define-key map [remap previous-line] 'compilation-previous-error) (define-key map "\r" 'compile-goto-error) ;; ? (define-key map "n" 'next-error-no-select)