mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
(directory_files_internal): Always return decoded filenames.
This commit is contained in:
parent
c9e088ce7d
commit
aab9c564f7
1 changed files with 2 additions and 0 deletions
|
|
@ -268,6 +268,8 @@ directory_files_internal (directory, full, match, nosort, attrs)
|
|||
|
||||
finalname = fullname;
|
||||
}
|
||||
else
|
||||
finalname = name;
|
||||
|
||||
if (attrs)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue