diff options
| author | Eli Zaretskii | 2018-12-29 11:47:40 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2018-12-29 11:47:40 +0200 |
| commit | 3abebeb8c3047092763f2d4a61fe7dfc659cd1bf (patch) | |
| tree | 22309e7151705a474203cfdd5c00d69cb1ccbe4c | |
| parent | 7a60a4f449da800e624cac67d590cd128820aae2 (diff) | |
| download | emacs-3abebeb8c3047092763f2d4a61fe7dfc659cd1bf.tar.gz emacs-3abebeb8c3047092763f2d4a61fe7dfc659cd1bf.zip | |
* lisp/files.el (cd): Fix last change. (Bug#33791)
| -rw-r--r-- | lisp/files.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/files.el b/lisp/files.el index 0b82c943347..7794f398cf9 100644 --- a/lisp/files.el +++ b/lisp/files.el | |||
| @@ -805,7 +805,6 @@ The path separator is colon in GNU and GNU-like systems." | |||
| 805 | ;; locate-file doesn't support remote file names, so detect them | 805 | ;; locate-file doesn't support remote file names, so detect them |
| 806 | ;; and support them here by hand. | 806 | ;; and support them here by hand. |
| 807 | (and (file-remote-p (expand-file-name dir)) | 807 | (and (file-remote-p (expand-file-name dir)) |
| 808 | (file-name-absolute-p (expand-file-name dir)) | ||
| 809 | (file-accessible-directory-p (expand-file-name dir)) | 808 | (file-accessible-directory-p (expand-file-name dir)) |
| 810 | (expand-file-name dir)) | 809 | (expand-file-name dir)) |
| 811 | (locate-file dir cd-path nil | 810 | (locate-file dir cd-path nil |