aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/compile.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el
index 033ce883e5f..32fa246b9f6 100644
--- a/lisp/progmodes/compile.el
+++ b/lisp/progmodes/compile.el
@@ -1101,7 +1101,9 @@ from a different message."
1101move point to the error message line and type \\[compile-goto-error]. 1101move point to the error message line and type \\[compile-goto-error].
1102To kill the compilation, type \\[kill-compilation]. 1102To kill the compilation, type \\[kill-compilation].
1103 1103
1104Runs `compilation-mode-hook' with `run-hooks' (which see)." 1104Runs `compilation-mode-hook' with `run-hooks' (which see).
1105
1106\\{compilation-mode-map}"
1105 (interactive) 1107 (interactive)
1106 (kill-all-local-variables) 1108 (kill-all-local-variables)
1107 (use-local-map compilation-mode-map) 1109 (use-local-map compilation-mode-map)