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: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/grep.el
Date: Sat, 04 Sep 2004 09:09:08 -0400

Index: emacs/lisp/progmodes/grep.el
diff -c emacs/lisp/progmodes/grep.el:1.20 emacs/lisp/progmodes/grep.el:1.21
*** emacs/lisp/progmodes/grep.el:1.20   Thu Sep  2 16:35:42 2004
--- emacs/lisp/progmodes/grep.el        Sat Sep  4 12:48:19 2004
***************
*** 181,186 ****
--- 181,187 ----
    (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)




reply via email to

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