Mercurial > emacs
changeset 56920:b4b6c8e40b38
(compilation-mode-map): Bind toggle-next-error-follow-mode.
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 04 Sep 2004 12:47:21 +0000 |
parents | 34b22fc9d0ed |
children | 377f75f46699 |
files | lisp/progmodes/compile.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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]