# HG changeset patch # User Richard M. Stallman # Date 861749672 0 # Node ID 695a4e25eb89328522b70ac5559721dd02443a65 # Parent 353927a72c587dab58bc1ade2fd8aea5b57b0539 (remote-compile): Make comint-file-name-prefix local in the compilation buffer. diff -r 353927a72c58 -r 695a4e25eb89 lisp/rcompile.el --- a/lisp/rcompile.el Tue Apr 22 22:02:49 1997 +0000 +++ b/lisp/rcompile.el Tue Apr 22 22:54:32 1997 +0000 @@ -173,6 +173,7 @@ ;; 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