aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-05-21 04:52:05 +0000
committerRichard M. Stallman2005-05-21 04:52:05 +0000
commita3d418482d127433e0bdd690ccd0c8fef4e9354a (patch)
tree8489459384ecf0a8688bcbf7da9c44f6c01f866a
parentb74f66061032469b85fc30eb4b141e64f9709ec6 (diff)
downloademacs-a3d418482d127433e0bdd690ccd0c8fef4e9354a.tar.gz
emacs-a3d418482d127433e0bdd690ccd0c8fef4e9354a.zip
(remote-compile): Use compilation-start.
-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