diff options
Diffstat (limited to 'lisp/net')
-rw-r--r-- | lisp/net/rcompile.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/net/rcompile.el b/lisp/net/rcompile.el index c9078ac2d76..6928b2f4943 100644 --- a/lisp/net/rcompile.el +++ b/lisp/net/rcompile.el @@ -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 |