aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/net/rcompile.el2
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]."
168 compile-command))) 168 compile-command)))
169 (setq remote-compile-host host) 169 (setq remote-compile-host host)
170 (save-some-buffers nil nil) 170 (save-some-buffers nil nil)
171 (compile-internal compile-command "No more errors") 171 (compilation-start compile-command)
172 ;; Set comint-file-name-prefix in the compilation buffer so 172 ;; Set comint-file-name-prefix in the compilation buffer so
173 ;; compilation-parse-errors will find referenced files by ange-ftp. 173 ;; compilation-parse-errors will find referenced files by ange-ftp.
174 (with-current-buffer compilation-last-buffer 174 (with-current-buffer compilation-last-buffer