From 3abebeb8c3047092763f2d4a61fe7dfc659cd1bf Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 29 Dec 2018 11:47:40 +0200 Subject: [PATCH] * lisp/files.el (cd): Fix last change. (Bug#33791) --- lisp/files.el | 1 - 1 file changed, 1 deletion(-) 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." ;; locate-file doesn't support remote file names, so detect them ;; and support them here by hand. (and (file-remote-p (expand-file-name dir)) - (file-name-absolute-p (expand-file-name dir)) (file-accessible-directory-p (expand-file-name dir)) (expand-file-name dir)) (locate-file dir cd-path nil -- 2.39.5