(map_sub_char_table_for_charset): Fix args to c_function with.

This commit is contained in:
Kenichi Handa 2003-12-29 07:52:13 +00:00
parent 5af5dd920e
commit bc85ac782e

View file

@ -891,7 +891,7 @@ map_sub_char_table_for_charset (c_function, function, table, arg, range,
{
XSETCDR (range, make_number (c - 1));
if (c_function)
(*c_function) (range, arg);
(*c_function) (arg, range);
else
call2 (function, range, arg);
XSETCAR (range, Qnil);