From e74231dc270521e1630d1e891f955960de4e4982 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 22 Apr 1997 22:54:32 +0000 Subject: [PATCH] (remote-compile): Make comint-file-name-prefix local in the compilation buffer. --- lisp/rcompile.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5