Mercurial > emacs
changeset 17538:695a4e25eb89
(remote-compile): Make comint-file-name-prefix local
in the compilation buffer.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 22 Apr 1997 22:54:32 +0000 |
parents | 353927a72c58 |
children | f5fce4963979 |
files | lisp/rcompile.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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