From e99212b6594e8bed2eb01ad13df54612edaa2534 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 4 Sep 2004 12:47:21 +0000 Subject: [PATCH] (compilation-mode-map): Bind toggle-next-error-follow-mode. --- lisp/progmodes/compile.el | 1 + 1 file changed, 1 insertion(+) diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index ea174233289..076ffcc8159 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -1059,6 +1059,7 @@ exited abnormally with code %d\n" (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] -- 2.39.2