diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -2554,7 +2554,7 @@ Note that this function doesn't check the parent of CHAR-TABLE. */) | |||
| 2554 | Lisp_Object char_table, range; | 2554 | Lisp_Object char_table, range; |
| 2555 | { | 2555 | { |
| 2556 | int charset_id, c1 = 0, c2 = 0; | 2556 | int charset_id, c1 = 0, c2 = 0; |
| 2557 | int size, i; | 2557 | int size; |
| 2558 | Lisp_Object ch, val, current_default; | 2558 | Lisp_Object ch, val, current_default; |
| 2559 | 2559 | ||
| 2560 | CHECK_CHAR_TABLE (char_table); | 2560 | CHECK_CHAR_TABLE (char_table); |