Mercurial > emacs
diff lisp/comint.el @ 109793:b60dcdd855f0
Merge from mainline.
author | Katsumi Yamaoka <yamaoka@jpl.org> |
---|---|
date | Sun, 08 Aug 2010 22:52:25 +0000 |
parents | 8865dff431b0 |
children | 280c8ae2476d |
line wrap: on
line diff
--- a/lisp/comint.el Fri Aug 06 03:43:29 2010 +0000 +++ b/lisp/comint.el Sun Aug 08 22:52:25 2010 +0000 @@ -674,6 +674,9 @@ (make-local-variable 'comint-process-echoes) (make-local-variable 'comint-file-name-chars) (make-local-variable 'comint-file-name-quote-list) + ;; dir tracking on remote files + (set (make-local-variable 'comint-file-name-prefix) + (or (file-remote-p default-directory) "")) (make-local-variable 'comint-accum-marker) (setq comint-accum-marker (make-marker)) (make-local-variable 'font-lock-defaults)