X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=src%2Fdired.c;h=e2aed07a3f19f410c82aaa77d8855a17f46156b0;hp=c2309f1587888644506846ff5777ba9839c2bdd8;hb=cb9f6f4eadc44f1becb32cbbd1db26449e347755;hpb=7e7e32d8c43ebad1d3e115269d251075abbfdf91 diff --git a/src/dired.c b/src/dired.c index c2309f1..e2aed07 100644 --- a/src/dired.c +++ b/src/dired.c @@ -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);