[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/net/rcompile.el
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/net/rcompile.el |
Date: |
Sat, 21 May 2005 00:52:05 -0400 |
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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/net/rcompile.el,
Richard M . Stallman <=