]> git.eshelyaron.com Git - emacs.git/commitdiff
(directory_files_internal): Always return decoded filenames.
authorKenichi Handa <handa@m17n.org>
Mon, 18 Dec 2000 12:05:38 +0000 (12:05 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 18 Dec 2000 12:05:38 +0000 (12:05 +0000)
src/dired.c

index bcfe8ddd8200359b7687cf9eddff5ab1b78ad92a..78b2d07e2e4259951a47278f56ef9f2e58f91c26 100644 (file)
@@ -268,6 +268,8 @@ directory_files_internal (directory, full, match, nosort, attrs)
                  
                  finalname = fullname;
                }
+             else
+               finalname = name;
 
              if (attrs)
                {