Fix bug #15426 with directory-files invoked from a unibyte buffer.
commit7624f7bd1c39ed88e91263fe0f49b22a0c1599f5
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 Sep 2013 11:48:19 +0000 (21 14:48 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 Sep 2013 11:48:19 +0000 (21 14:48 +0300)
treeb874fa52e3d33f347fe477accb1a93f592254fe0
parent6ed6c5c44575d03a36f0afd945271a7202304814
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