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/compile.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/compile.el
Date: Sat, 04 Sep 2004 08:59:30 -0400

Index: emacs/lisp/progmodes/compile.el
diff -c emacs/lisp/progmodes/compile.el:1.326 
emacs/lisp/progmodes/compile.el:1.327
*** emacs/lisp/progmodes/compile.el:1.326       Thu Sep  2 16:35:17 2004
--- emacs/lisp/progmodes/compile.el     Sat Sep  4 12:47:21 2004
***************
*** 1059,1064 ****
--- 1059,1065 ----
      (set-keymap-parent map 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)
  
      ;; Set up the menu-bar
      (define-key map [menu-bar compilation]




reply via email to

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