diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fns.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1457,7 +1457,7 @@ map_char_table (c_function, function, subtable, arg, depth, indices) | |||
| 1457 | { | 1457 | { |
| 1458 | Lisp_Object elt = XCHAR_TABLE (subtable)->contents[i]; | 1458 | Lisp_Object elt = XCHAR_TABLE (subtable)->contents[i]; |
| 1459 | 1459 | ||
| 1460 | indices[depth] = i; | 1460 | XSETFASTINT (indices[depth], i); |
| 1461 | 1461 | ||
| 1462 | if (SUB_CHAR_TABLE_P (elt)) | 1462 | if (SUB_CHAR_TABLE_P (elt)) |
| 1463 | { | 1463 | { |