comparison lisp/net/rcompile.el @ 89909:68c22ea6027c

Sync to HEAD
author Kenichi Handa <handa@m17n.org>
date Fri, 16 Apr 2004 12:51:06 +0000
parents 375f2633d815
children 5b029ff3b08d
comparison
equal deleted inserted replaced
89908:ee1402f7b568 89909:68c22ea6027c
173 ;; compilation-parse-errors will find referenced files by ange-ftp. 173 ;; compilation-parse-errors will find referenced files by ange-ftp.
174 (with-current-buffer compilation-last-buffer 174 (with-current-buffer compilation-last-buffer
175 (set (make-local-variable 'comint-file-name-prefix) 175 (set (make-local-variable 'comint-file-name-prefix)
176 (concat "/" host ":"))))) 176 (concat "/" host ":")))))
177 177
178 ;;; arch-tag: 2866a132-ece4-4ce9-9f91-ec147f803f73
178 ;;; rcompile.el ends here 179 ;;; rcompile.el ends here