comparison src/fns.c @ 66236:bd4a75b12109

(Fchar_table_range): Remove unused var i.
author Kim F. Storm <storm@cua.dk>
date Thu, 20 Oct 2005 15:03:26 +0000
parents ad24f42046b1
children 6f5564740da6 732c5740ca8f
comparison
equal deleted inserted replaced
66235:60419121ec96 66236:bd4a75b12109
2552 Note that this function doesn't check the parent of CHAR-TABLE. */) 2552 Note that this function doesn't check the parent of CHAR-TABLE. */)
2553 (char_table, range) 2553 (char_table, range)
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);
2561 2561
2562 if (EQ (range, Qnil)) 2562 if (EQ (range, Qnil))