Mercurial > hg > xemacs-beta
comparison src/dired.c @ 5470:0af042a0c116
Merge with trunk.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Mon, 07 Feb 2011 21:22:17 +0100 |
parents | 2aa9cd456ae7 94bbd4792049 |
children | 248176c74e6b |
comparison
equal
deleted
inserted
replaced
5469:2a8a04f73c15 | 5470:0af042a0c116 |
---|---|
177 } | 177 } |
178 } | 178 } |
179 unbind_to (speccount); /* This will close the dir */ | 179 unbind_to (speccount); /* This will close the dir */ |
180 | 180 |
181 if (NILP (nosort)) | 181 if (NILP (nosort)) |
182 list = list_sort (Fnreverse (list), NULL, Qstring_lessp, Qidentity); | 182 list = list_sort (Fnreverse (list), check_string_lessp_nokey, Qnil, Qnil); |
183 | 183 |
184 RETURN_UNGCPRO (list); | 184 RETURN_UNGCPRO (list); |
185 } | 185 } |
186 | 186 |
187 static Lisp_Object file_name_completion (Lisp_Object file, | 187 static Lisp_Object file_name_completion (Lisp_Object file, |