Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
3abebeb8
Commit
3abebeb8
authored
Dec 29, 2018
by
Eli Zaretskii
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* lisp/files.el (cd): Fix last change. (Bug#33791)
parent
7a60a4f4
Pipeline
#394
failed with stage
in 13 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
lisp/files.el
lisp/files.el
+0
-1
No files found.
lisp/files.el
View file @
3abebeb8
...
...
@@ -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
...
...
Ted Zlatanov
@tzz
mentioned in commit
a8e545ef
·
Dec 31, 2018
mentioned in commit
a8e545ef
mentioned in commit a8e545ef6b92f6eb5916a6803a5d95256fd9eb6b
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment