Mercurial > emacs
comparison lisp/ChangeLog @ 50339:b8ecb0403fa1
(file-relative-name): If FILENAME and DIRECTORY are on
different drives (on DOS/Windows) or use different handlers, do
like `expand-file-name' on FILENAME and return an absolute name.
From Lars Hansen <larsh@math.ku.dk>.
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Sat, 29 Mar 2003 15:31:07 +0000 |
parents | 155b4b78aa3b |
children | f49a20cb84ed |
comparison
equal
deleted
inserted
replaced
50338:155b4b78aa3b | 50339:b8ecb0403fa1 |
---|---|
1 2003-03-29 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> | 1 2003-03-29 Kai Gro,A_(Bjohann <kai.grossjohann@gmx.net> |
2 | |
3 * files.el (file-relative-name): If FILENAME and DIRECTORY are on | |
4 different drives (on DOS/Windows) or use different handlers, do | |
5 like `expand-file-name' on FILENAME and return an absolute name. | |
6 From Lars Hansen <larsh@math.ku.dk>. | |
2 | 7 |
3 * tramp.el: Version 2.0.31 released. | 8 * tramp.el: Version 2.0.31 released. |
4 (tramp-handle-expand-file-name): Do not allow ".." to | 9 (tramp-handle-expand-file-name): Do not allow ".." to |
5 cross file handler boundaries, so that "/user@host:/../foo" | 10 cross file handler boundaries, so that "/user@host:/../foo" |
6 expands to itself, rather than "/foo". This is intended to work | 11 expands to itself, rather than "/foo". This is intended to work |