/[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.20 by jurta, Thu Sep 2 16:35:42 2004 UTC revision 1.21 by eliz, Sat Sep 4 12:48:19 2004 UTC
# Line 181  See `compilation-error-screen-columns'" Line 181  See `compilation-error-screen-columns'"
181    (let ((map (cons 'keymap compilation-minor-mode-map)))    (let ((map (cons 'keymap compilation-minor-mode-map)))
182      (define-key map " " 'scroll-up)      (define-key map " " 'scroll-up)
183      (define-key map "\^?" 'scroll-down)      (define-key map "\^?" 'scroll-down)
184        (define-key map "\C-c\C-f" 'next-error-follow-mode)
185    
186      ;; This is intolerable -- rms      ;; This is intolerable -- rms
187  ;;;    (define-key map [remap next-line] 'compilation-next-error)  ;;;    (define-key map [remap next-line] 'compilation-next-error)

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

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