emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/grep.el


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/grep.el
Date: Wed, 08 Sep 2004 16:26:56 -0400

Index: emacs/lisp/progmodes/grep.el
diff -c emacs/lisp/progmodes/grep.el:1.24 emacs/lisp/progmodes/grep.el:1.25
*** emacs/lisp/progmodes/grep.el:1.24   Wed Sep  8 11:21:16 2004
--- emacs/lisp/progmodes/grep.el        Wed Sep  8 20:21:57 2004
***************
*** 185,191 ****
    (let ((map (cons 'keymap compilation-minor-mode-map)))
      (define-key map " " 'scroll-up)
      (define-key map "\^?" 'scroll-down)
!     (define-key map "\C-c\C-f" 'next-error-follow-mode)
  
      ;; This is intolerable -- rms
  ;;;    (define-key map [remap next-line] 'compilation-next-error)
--- 185,191 ----
    (let ((map (cons 'keymap compilation-minor-mode-map)))
      (define-key map " " 'scroll-up)
      (define-key map "\^?" 'scroll-down)
!     (define-key map "\C-c\C-f" 'next-error-follow-minor-mode)
  
      ;; This is intolerable -- rms
  ;;;    (define-key map [remap next-line] 'compilation-next-error)




reply via email to

[Prev in Thread] Current Thread [Next in Thread]