X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fdired.c;h=3f992ee1c2d564a8ed6abb340ba8bd75c605827b;hb=975655e6b5b1526ee82b159b3eadf69888c42090;hp=b7077e30b32bbbf4201d74286692e19aaad9ceff;hpb=c8aa261a7bf3eb1389d2e018be1d715f73cacd66;p=chise%2Fxemacs-chise.git- diff --git a/src/dired.c b/src/dired.c index b7077e3..3f992ee 100644 --- a/src/dired.c +++ b/src/dired.c @@ -23,16 +23,16 @@ Boston, MA 02111-1307, USA. */ #include #include "lisp.h" -#include "buffer.h" -#include "commands.h" -#include "elhash.h" -#include "regex.h" -#include "opaque.h" #include "sysfile.h" #include "sysdir.h" #include "systime.h" #include "sysdep.h" #include "syspwd.h" +#include "buffer.h" +#include "commands.h" +#include "elhash.h" +#include "regex.h" +#include "opaque.h" Lisp_Object Vcompletion_ignored_extensions; Lisp_Object Qdirectory_files; @@ -711,7 +711,7 @@ user_name_completion (Lisp_Object user, int all_flag, int *uniq) Lisp_Object -make_directory_hash_table (CONST char *path) +make_directory_hash_table (const char *path) { DIR *d; if ((d = opendir (path)))