# HG changeset patch # User Richard M. Stallman # Date 1116651125 0 # Node ID b79d54436669ac3d12c224032e8ad388a538a2fa # Parent f7490b2129567577d83741804776dad9d109a034 (remote-compile): Use compilation-start. diff -r f7490b212956 -r b79d54436669 lisp/net/rcompile.el --- a/lisp/net/rcompile.el Sat May 21 04:50:59 2005 +0000 +++ b/lisp/net/rcompile.el Sat May 21 04:52:05 2005 +0000 @@ -168,7 +168,7 @@ 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