1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

(grep-mode-map): Don't remap next-line, previous-line.

This commit is contained in:
Richard M. Stallman 2004-01-03 21:11:43 +00:00
parent 756bb7366f
commit 05218277b6

View file

@ -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)