mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 12:21:25 -08:00
(remote-compile): Use compilation-start.
This commit is contained in:
parent
b74f660610
commit
a3d418482d
1 changed files with 1 additions and 1 deletions
|
|
@ -168,7 +168,7 @@ See \\[compile]."
|
|||
compile-command)))
|
||||
(setq remote-compile-host host)
|
||||
(save-some-buffers nil nil)
|
||||
(compile-internal compile-command "No more errors")
|
||||
(compilation-start compile-command)
|
||||
;; Set comint-file-name-prefix in the compilation buffer so
|
||||
;; compilation-parse-errors will find referenced files by ange-ftp.
|
||||
(with-current-buffer compilation-last-buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue