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:
parent
756bb7366f
commit
05218277b6
1 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue