changeset 62573:b79d54436669

(remote-compile): Use compilation-start.
author Richard M. Stallman <rms@gnu.org>
date Sat, 21 May 2005 04:52:05 +0000
parents f7490b212956
children 88e2f978ea2c
files lisp/net/rcompile.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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