/[emacs]/emacs/lisp/progmodes/grep.el
ViewVC logotype

Diff of /emacs/lisp/progmodes/grep.el

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by ttn, Wed Sep 8 11:21:16 2004 UTC revision 1.25 by jurta, Wed Sep 8 20:21:57 2004 UTC
# Line 185  See `compilation-error-screen-columns'" Line 185  See `compilation-error-screen-columns'"
185    (let ((map (cons 'keymap compilation-minor-mode-map)))    (let ((map (cons 'keymap compilation-minor-mode-map)))
186      (define-key map " " 'scroll-up)      (define-key map " " 'scroll-up)
187      (define-key map "\^?" 'scroll-down)      (define-key map "\^?" 'scroll-down)
188      (define-key map "\C-c\C-f" 'next-error-follow-mode)      (define-key map "\C-c\C-f" 'next-error-follow-minor-mode)
189    
190      ;; This is intolerable -- rms      ;; This is intolerable -- rms
191  ;;;    (define-key map [remap next-line] 'compilation-next-error)  ;;;    (define-key map [remap next-line] 'compilation-next-error)

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26