aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/fns.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fns.c b/src/fns.c
index 9357fcddab0..4cf21b543ac 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -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);