diff lisp/net/rcompile.el @ 62573:b79d54436669

(remote-compile): Use compilation-start.
author Richard M. Stallman <rms@gnu.org>
date Sat, 21 May 2005 04:52:05 +0000
parents 695cf19ef79e
children 9a906236d900 5b029ff3b08d
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