Mercurial > emacs
comparison src/dired.c @ 34667:649d6e831f61
(directory_files_internal): Always return decoded filenames.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 18 Dec 2000 12:05:38 +0000 |
parents | 280f5481715b |
children | 947b53b0a1da |
comparison
equal
deleted
inserted
replaced
34666:fc538c74eb95 | 34667:649d6e831f61 |
---|---|
266 if (nchars == nbytes) | 266 if (nchars == nbytes) |
267 SET_STRING_BYTES (XSTRING (fullname), -1); | 267 SET_STRING_BYTES (XSTRING (fullname), -1); |
268 | 268 |
269 finalname = fullname; | 269 finalname = fullname; |
270 } | 270 } |
271 else | |
272 finalname = name; | |
271 | 273 |
272 if (attrs) | 274 if (attrs) |
273 { | 275 { |
274 /* Construct an expanded filename for the directory entry. | 276 /* Construct an expanded filename for the directory entry. |
275 Use the decoded names for input to Ffile_attributes. */ | 277 Use the decoded names for input to Ffile_attributes. */ |