aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/compile.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 58caa4dc992..fa9eac2e021 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -1158,6 +1158,8 @@ exited abnormally with code %d\n"
1158 (define-key map "\M-p" 'compilation-previous-error) 1158 (define-key map "\M-p" 'compilation-previous-error)
1159 (define-key map "\M-{" 'compilation-previous-file) 1159 (define-key map "\M-{" 'compilation-previous-file)
1160 (define-key map "\M-}" 'compilation-next-file) 1160 (define-key map "\M-}" 'compilation-next-file)
1161 (define-key map "\t" 'compilation-next-error)
1162 (define-key map [backtab] 'compilation-previous-error)
1161 1163
1162 (define-key map " " 'scroll-up) 1164 (define-key map " " 'scroll-up)
1163 (define-key map "\^?" 'scroll-down) 1165 (define-key map "\^?" 'scroll-down)