Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5352:cc7d0e19173c
Correct the order of arguments to map_keymap_sort_predicate(), keymap.c.
2011-02-07 Aidan Kehoe <kehoea@parhasard.net>
* keymap.c (describe_map_sort_predicate): Correct the order of
arguments to map_keymap_sort_predicate() here. Thanks again, Mats.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 07 Feb 2011 00:03:41 +0000 |
parents | b5561bfd5061 |
children | 22c4e67a2e69 0af042a0c116 |
comparison
equal
deleted
inserted
replaced
5351:b5561bfd5061 | 5352:cc7d0e19173c |
---|---|
1 2011-02-07 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * keymap.c (describe_map_sort_predicate): Correct the order of | |
4 arguments to map_keymap_sort_predicate() here. Thanks again, Mats. | |
5 | |
1 2011-02-06 Aidan Kehoe <kehoea@parhasard.net> | 6 2011-02-06 Aidan Kehoe <kehoea@parhasard.net> |
2 | 7 |
3 * symbols.c (Fapropos_internal): | 8 * symbols.c (Fapropos_internal): |
4 Supply check_string_lessp_nokey explicitly as the CHECK_MERGE | 9 Supply check_string_lessp_nokey explicitly as the CHECK_MERGE |
5 argument to list_sort(), NULL no longer works. Thank you Mats | 10 argument to list_sort(), NULL no longer works. Thank you Mats |