]> git.eshelyaron.com Git - emacs.git/commitdiff
(remote-compile): Make comint-file-name-prefix local
authorRichard M. Stallman <rms@gnu.org>
Tue, 22 Apr 1997 22:54:32 +0000 (22:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 22 Apr 1997 22:54:32 +0000 (22:54 +0000)
in the compilation buffer.

lisp/rcompile.el

index c91627160ebddc17248abd79ef2470f68485308e..ec97c7c4dcbfa75f33901f8433e5466876542a10 100644 (file)
@@ -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