# HG changeset patch # User Eli Zaretskii # Date 1094302041 0 # Node ID b4b6c8e40b38f4497fabfdaf70391a91bcab35c7 # Parent 34b22fc9d0ed3edf518ffd86bf9fc75c72f870a0 (compilation-mode-map): Bind toggle-next-error-follow-mode. diff -r 34b22fc9d0ed -r b4b6c8e40b38 lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Sat Sep 04 12:46:17 2004 +0000 +++ b/lisp/progmodes/compile.el Sat Sep 04 12:47:21 2004 +0000 @@ -1059,6 +1059,7 @@ (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]