* lisp/dired.el (dired-get-filename): Don't string-to-multibyte
commitd56b8fa3296c5b1b7abe6cc4048142949a64ac02
authorStefan Monnier <monnier@iro.umontreal.ca>
Tue, 27 Feb 2018 21:18:30 +0000 (27 16:18 -0500)
committerStefan Monnier <monnier@iro.umontreal.ca>
Tue, 27 Feb 2018 21:18:30 +0000 (27 16:18 -0500)
treedfda0ffbb0c67d3bfd31255d969fa631ba370a9f
parent49408d74180da4f682c5aa2d584ea417e27baacd
* lisp/dired.el (dired-get-filename): Don't string-to-multibyte

We don't need to convert manually to multibyte now that Emacs doesn't silently
convert (uni)bytes into latin-N chars depending on locale any more.
lisp/dired.el