From: Eli Zaretskii Date: Sat, 4 Sep 2004 12:47:21 +0000 (+0000) Subject: (compilation-mode-map): Bind toggle-next-error-follow-mode. X-Git-Tag: ttn-vms-21-2-B4~5073 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e99212b6594e8bed2eb01ad13df54612edaa2534;p=emacs.git (compilation-mode-map): Bind toggle-next-error-follow-mode. --- 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]