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 69bcb6f7d86..24c737141cc 100644
--- a/src/fns.c
+++ b/src/fns.c
@@ -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 {