summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1997-04-22 22:54:32 +0000
committerRichard M. Stallman <rms@gnu.org>1997-04-22 22:54:32 +0000
commit2927f0d704e356aec5bf94a4948f326bbc5699f0 (patch)
tree47551f08d31ec3e3ff9037f4f9fe111731eb2fef
parent394e2135cf250738b89f0fe0e8fe390ce7aded12 (diff)
downloademacs-2927f0d704e356aec5bf94a4948f326bbc5699f0.tar.gz
(remote-compile): Make comint-file-name-prefix local
in the compilation buffer.
-rw-r--r--lisp/rcompile.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/rcompile.el b/lisp/rcompile.el
index c91627160eb..ec97c7c4dcb 100644
--- a/lisp/rcompile.el
+++ b/lisp/rcompile.el
@@ -173,6 +173,7 @@ See \\[compile]."
;; compilation-parse-errors will find referenced files by ange-ftp.
(save-excursion
(set-buffer compilation-last-buffer)
+ (make-variable-buffer-local 'comint-file-name-prefix)
(setq comint-file-name-prefix (concat "/" host ":")))))
;;; rcompile.el ends here