Mercurial > hg > xemacs-beta
comparison src/dired-msw.c @ 458:c33ae14dd6d0 r21-2-44
Import from CVS: tag r21-2-44
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:42:25 +0200 |
parents | 1ccc32a20af4 |
children | ed498ef2108b |
comparison
equal
deleted
inserted
replaced
457:4b9290a33024 | 458:c33ae14dd6d0 |
---|---|
88 #include <math.h> /* for floor() */ | 88 #include <math.h> /* for floor() */ |
89 #endif | 89 #endif |
90 | 90 |
91 | 91 |
92 static int mswindows_ls_sort_case_insensitive; | 92 static int mswindows_ls_sort_case_insensitive; |
93 static int mswindows_ls_round_file_size; | 93 static Fixnum mswindows_ls_round_file_size; |
94 | 94 |
95 Lisp_Object Qmswindows_insert_directory; | 95 Lisp_Object Qmswindows_insert_directory; |
96 | 96 |
97 extern Lisp_Object Vmswindows_downcase_file_names; /* in device-msw.c */ | 97 extern Lisp_Object Vmswindows_downcase_file_names; /* in device-msw.c */ |
98 | 98 |