APPROVE COMMIT
NOTE: This patch has been committed.
# HG changeset patch
# User Aidan Kehoe <kehoea(a)parhasard.net>
# Date 1297037021 0
# Node ID cc7d0e19173c5384d783047ef1aeb95f5dc04e90
# Parent b5561bfd5061346a02ed65ef6407036e17540c0c
Correct the order of arguments to map_keymap_sort_predicate(), keymap.c.
2011-02-07 Aidan Kehoe <kehoea(a)parhasard.net>
* keymap.c (describe_map_sort_predicate): Correct the order of
arguments to map_keymap_sort_predicate() here. Thanks again, Mats.
diff -r b5561bfd5061 -r cc7d0e19173c src/ChangeLog
--- a/src/ChangeLog Sun Feb 06 23:46:17 2011 +0000
+++ b/src/ChangeLog Mon Feb 07 00:03:41 2011 +0000
@@ -1,3 +1,8 @@
+2011-02-07 Aidan Kehoe <kehoea(a)parhasard.net>
+
+ * keymap.c (describe_map_sort_predicate): Correct the order of
+ arguments to map_keymap_sort_predicate() here. Thanks again, Mats.
+
2011-02-06 Aidan Kehoe <kehoea(a)parhasard.net>
* symbols.c (Fapropos_internal):
diff -r b5561bfd5061 -r cc7d0e19173c src/keymap.c
--- a/src/keymap.c Sun Feb 06 23:46:17 2011 +0000
+++ b/src/keymap.c Mon Feb 07 00:03:41 2011 +0000
@@ -4102,7 +4102,7 @@
if (bit1 != bit2)
return bit1 < bit2;
else
- return map_keymap_sort_predicate (obj1, obj2, pred, key_func);
+ return map_keymap_sort_predicate (pred, key_func, obj1, obj2);
}
/* Elide 2 or more consecutive numeric keysyms bound to the same thing,
--
“Apart from the nine-banded armadillo, man is the only natural host of
Mycobacterium leprae, although it can be grown in the footpads of mice.”
-- Kumar & Clark, Clinical Medicine, summarising improbable leprosy research
_______________________________________________
XEmacs-Patches mailing list
XEmacs-Patches(a)xemacs.org
http://lists.xemacs.org/mailman/listinfo/xemacs-patches