1
Fork 0
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:
Richard M. Stallman 2005-05-21 04:52:05 +00:00
parent b74f660610
commit a3d418482d

View file

@ -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