* lisp/files.el (cd): Fix last change. (Bug#33791)
This commit is contained in:
parent
7a60a4f449
commit
3abebeb8c3
1 changed files with 0 additions and 1 deletions
|
@ -805,7 +805,6 @@ The path separator is colon in GNU and GNU-like systems."
|
||||||
;; locate-file doesn't support remote file names, so detect them
|
;; locate-file doesn't support remote file names, so detect them
|
||||||
;; and support them here by hand.
|
;; and support them here by hand.
|
||||||
(and (file-remote-p (expand-file-name dir))
|
(and (file-remote-p (expand-file-name dir))
|
||||||
(file-name-absolute-p (expand-file-name dir))
|
|
||||||
(file-accessible-directory-p (expand-file-name dir))
|
(file-accessible-directory-p (expand-file-name dir))
|
||||||
(expand-file-name dir))
|
(expand-file-name dir))
|
||||||
(locate-file dir cd-path nil
|
(locate-file dir cd-path nil
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue