XEmacs 21.2.7
[chise/xemacs-chise.git.1] / src / dired.c
index c2309f1..e2aed07 100644 (file)
@@ -180,7 +180,7 @@ If FILES-ONLY is the symbol t, then only the "files" in the directory
 
          {
            Lisp_Object name =
-             make_ext_string ((Bufbyte *)dp->d_name, len, FORMAT_FILENAME);
+             make_string ((Bufbyte *)dp->d_name, len);
            if (!NILP (full))
              name = concat2 (dirname, name);