Mercurial > hg > xemacs-beta
diff src/abbrev.c @ 5470:0af042a0c116
Merge with trunk.
author | Mats Lidell <matsl@xemacs.org> |
---|---|
date | Mon, 07 Feb 2011 21:22:17 +0100 |
parents | 6506fcb40fcf 94bbd4792049 |
children | 56144c8593a8 |
line wrap: on
line diff
--- a/src/abbrev.c Sat Jan 22 00:59:20 2011 +0100 +++ b/src/abbrev.c Mon Feb 07 21:22:17 2011 +0100 @@ -522,7 +522,7 @@ map_obarray (table, record_symbol, &symbols); /* map_obarray (table, record_symbol, &closure); */ symbols = XCDR (symbols); - symbols = list_sort (symbols, NULL, Qstring_lessp, Qidentity); + symbols = list_sort (symbols, check_string_lessp_nokey, Qnil, Qnil); if (!NILP (readable)) {