mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-21 05:21:37 -07:00
(Fchar_table_range): Remove unused var i.
This commit is contained in:
parent
e01f77736e
commit
d9cdfe9a72
1 changed files with 1 additions and 1 deletions
|
|
@ -2554,7 +2554,7 @@ Note that this function doesn't check the parent of CHAR-TABLE. */)
|
|||
Lisp_Object char_table, range;
|
||||
{
|
||||
int charset_id, c1 = 0, c2 = 0;
|
||||
int size, i;
|
||||
int size;
|
||||
Lisp_Object ch, val, current_default;
|
||||
|
||||
CHECK_CHAR_TABLE (char_table);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue