From 05218277b6b0b822f5df90916ddfd48181d12ca0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 3 Jan 2004 21:11:43 +0000 Subject: [PATCH] (grep-mode-map): Don't remap next-line, previous-line. --- lisp/progmodes/grep.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lisp/progmodes/grep.el b/lisp/progmodes/grep.el index 35a5780aa45..cb8fcf6e042 100644 --- a/lisp/progmodes/grep.el +++ b/lisp/progmodes/grep.el @@ -157,8 +157,9 @@ The following place holders should be present in the string: (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) -- 2.39.2