Fix bug #15426 with directory-files invoked from a unibyte buffer.
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 Sep 2013 11:48:19 +0000 (14:48 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 Sep 2013 11:48:19 +0000 (14:48 +0300)
commitb3f1d1198a0dddc02423f0f766e9e213373fab60
treedb32c5e92a9ee92d04c51f2212fb30e7d245ba1e
parent878294497c10c1548fcfde5be3ea2fe35757839e
Fix bug #15426 with directory-files invoked from a unibyte buffer.

 src/dired.c (directory_files_internal): Use multibyte_chars_in_text,
 not chars_in_text, whose result depends on the multibyteness of
 the current buffer.
src/ChangeLog
src/dired.c