1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-08 00:33:13 -08:00

(compilation-menu-map): Use `kill-compilation' to stop compilation.

This commit is contained in:
Markus Rost 2002-12-13 22:37:37 +00:00
parent e8f3c355cf
commit 37bf89abbd

View file

@ -1161,7 +1161,7 @@ exited abnormally with code %d\n"
(defvar compilation-menu-map
(let ((map (make-sparse-keymap "Errors")))
(define-key map [stop-subjob]
'("Stop Compilation" . comint-interrupt-subjob))
'("Stop Compilation" . kill-compilation))
(define-key map [compilation-mode-separator2]
'("----" . nil))
(define-key map [compilation-mode-first-error]