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
05dd46c2
Commit
05dd46c2
authored
Sep 09, 1997
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(dired-get-filename): Don't call encode-coding-string
if file-name-coding-system is non-nil.
parent
89e1ec1d
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 @
05dd46c2
...
...
@@ -1300,6 +1300,7 @@ Optional arg NO-ERROR-IF-NOT-FILEP means return nil if no filename on
file
)
"\""
)))))
(
and
file
buffer-file-coding-system
(
not
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