-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(command): add setup function to reserve buffers
There was a change in Emacs 30 that may lead to `ship-mate--command-buffer-p` returning nil, meaning that hooking into `compilation-start-hook` may fail. Function `ship-mate-command` now sets `compilation-process-setup-function` to set new local variable `ship-mate--reserved` that may also be checked instead of `ship-mate--this-command`.
- Loading branch information
Showing
2 changed files
with
33 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters