mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 10:27:41 +00:00
(map_sub_char_table_for_charset): Fix args to c_function with.
This commit is contained in:
parent
5af5dd920e
commit
bc85ac782e
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue