Index: emacs/lisp/net/rcompile.el
diff -c emacs/lisp/net/rcompile.el:1.5 emacs/lisp/net/rcompile.el:1.6
*** emacs/lisp/net/rcompile.el:1.5      Mon Sep  1 15:45:33 2003
--- emacs/lisp/net/rcompile.el  Sat May 21 04:52:05 2005
***************
*** 168,174 ****
                    compile-command)))
      (setq remote-compile-host host)
      (save-some-buffers nil nil)
!     (compile-internal compile-command "No more errors")
      ;; 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
--- 168,174 ----
                    compile-command)))
      (setq remote-compile-host host)
      (save-some-buffers nil nil)
!     (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


_______________________________________________
Emacs-diffs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-diffs

Reply via email to