Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0457b5e4
Commit
0457b5e4
authored
Mar 03, 1998
by
Kenichi Handa
Browse files
(dired-get-filename): Don't call encode-coding-string
if default-file-name-coding-system is non-nil.
parent
a9173359
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/dired.el
lisp/dired.el
+1
-0
No files found.
lisp/dired.el
View file @
0457b5e4
...
...
@@ -1304,6 +1304,7 @@ Optional arg NO-ERROR-IF-NOT-FILEP means return nil if no filename on
"\""
)))))
(
and
file
buffer-file-coding-system
(
not
file-name-coding-system
)
(
not
default-file-name-coding-system
)
(
setq
file
(
encode-coding-string
file
buffer-file-coding-system
)))
(
if
(
eq
localp
'no-dir
)
file
...
...
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