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:
parent
e8f3c355cf
commit
37bf89abbd
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue