Mercurial > hg > xemacs-beta
diff src/symbols.c @ 5470:0af042a0c116
Merge with trunk.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Mon, 07 Feb 2011 21:22:17 +0100 |
parents | a9094f28f9a9 b5561bfd5061 |
children | 58b38d5b32d0 |
line wrap: on
line diff
--- a/src/symbols.c Sat Jan 22 00:59:20 2011 +0100 +++ b/src/symbols.c Mon Feb 07 21:22:17 2011 +0100 @@ -506,8 +506,8 @@ closure.accumulation = Qnil; GCPRO1 (closure.accumulation); map_obarray (Vobarray, apropos_mapper, &closure); - closure.accumulation = list_sort (closure.accumulation, NULL, Qstring_lessp, - Qidentity); + closure.accumulation = list_sort (closure.accumulation, + check_string_lessp_nokey, Qnil, Qnil); UNGCPRO; return closure.accumulation; }