Mercurial > hg > xemacs-beta
diff 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 |
line wrap: on
line diff
--- a/src/dired.c Sat Jan 22 00:59:20 2011 +0100 +++ b/src/dired.c Mon Feb 07 21:22:17 2011 +0100 @@ -179,7 +179,7 @@ unbind_to (speccount); /* This will close the dir */ if (NILP (nosort)) - list = list_sort (Fnreverse (list), NULL, Qstring_lessp, Qidentity); + list = list_sort (Fnreverse (list), check_string_lessp_nokey, Qnil, Qnil); RETURN_UNGCPRO (list); }