struct charset *charset_table;
static int charset_table_size;
-int charset_table_used;
+static int charset_table_used;
Lisp_Object Qcharsetp;
range = Fcons (make_number (from_c), make_number (to_c));
if (NILP (function))
- (*c_function) (range, arg);
+ (*c_function) (arg, range);
else
call2 (function, range, arg);
}
XSETCAR (range, make_number (127));
if (NILP (function))
- (*c_function) (range, arg);
+ (*c_function) (arg, range);
else
call2 (function, range, arg);
}