From 221206e334150dbc21abbcb1adc6814c7b999fa2 Mon Sep 17 00:00:00 2001 From: Juri Linkov Date: Wed, 8 Sep 2004 20:21:15 +0000 Subject: [PATCH] (compilation-mode-map): Rename `next-error-follow-mode' to `next-error-follow-minor-mode'. --- lisp/progmodes/compile.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index c9f4cf4a596..8ae2a7abe76 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -1059,7 +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) + (define-key map "\C-c\C-f" 'next-error-follow-minor-mode) ;; Set up the menu-bar (define-key map [menu-bar compilation] -- 2.39.5